Searched refs:ProfileData (Results 1 – 2 of 2) sorted by relevance
793 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapSuccessors() local794 if (!ProfileData || ProfileData->getNumOperands() != 3) in swapSuccessors()799 ProfileData->getOperand(0), in swapSuccessors()800 ProfileData->getOperand(2), in swapSuccessors()801 ProfileData->getOperand(1) in swapSuccessors()804 MDNode::get(ProfileData->getContext(), Ops)); in swapSuccessors()
1936 MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof); in ExtractBranchMetadata() local1937 if (!ProfileData || ProfileData->getNumOperands() != 3) return false; in ExtractBranchMetadata()1938 ConstantInt *CITrue = dyn_cast<ConstantInt>(ProfileData->getOperand(1)); in ExtractBranchMetadata()1939 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2)); in ExtractBranchMetadata()