Home | History | Annotate | Download | only in Utils

Lines Matching defs:ProfileData

1935   MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof);
1936 if (!ProfileData || ProfileData->getNumOperands() != 3) return false;
1937 ConstantInt *CITrue = dyn_cast<ConstantInt>(ProfileData->getOperand(1));
1938 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2));