Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h68 LLVM_ABI MDNode *getValidBranchWeightMDNode(const Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp127 return getValidBranchWeightMDNode(I); in hasValidBranchWeightMD()
162 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp919 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp382 MDNode *WeightsNode = getValidBranchWeightMDNode(*TI); in calcMetadataWeights()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp220 MDNode *MD = getValidBranchWeightMDNode(*SI); in ConstantFoldTerminator()