Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProfileData

5344   auto *ProfileData = BI->getMetadata(LLVMContext::MD_prof);
5345 if (!ProfileData || ProfileData->getNumOperands() != 3)
5349 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
5351 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));