Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h56 MDNode *getValidBranchWeightMDNode(const Instruction &I);
/src/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp122 return getValidBranchWeightMDNode(I); in hasValidBranchWeightMD()
156 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp920 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp386 MDNode *WeightsNode = getValidBranchWeightMDNode(*TI); in calcMetadataWeights()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp218 MDNode *MD = getValidBranchWeightMDNode(*SI); in ConstantFoldTerminator()