Home | History | Annotate | Download | only in Utils

Lines Matching refs:ProfileData

2043   MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof);
2044 if (!ProfileData || ProfileData->getNumOperands() != 3) return false;
2046 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
2048 ProfileData->getOperand(2));