Searched defs:ProfileData (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5344 auto *ProfileData = BI->getMetadata(LLVMContext::MD_prof); local
5345 if (!ProfileData || ProfileData->getNumOperands() != 3)
5349 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
5351 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2043 MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof); local
2044 if (!ProfileData || ProfileData->getNumOperands() != 3) return false;
2046 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
2048 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));

Completed in 156 milliseconds