Home
last modified time | relevance | path

Searched refs:ProfMD (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1014 MDNode *ProfMD = I->getMetadata(LLVMContext::MD_prof); in HasBranchWeights() local
1015 if (ProfMD && ProfMD->getOperand(0)) in HasBranchWeights()
1016 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0))) in HasBranchWeights()