Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp105 return getValidBranchWeightMDNode(I); in hasValidBranchWeightMD()
115 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfDataUtils.h56 MDNode *getValidBranchWeightMDNode(const Instruction &I);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp988 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp386 MDNode *WeightsNode = getValidBranchWeightMDNode(*TI); in calcMetadataWeights()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp214 MDNode *MD = getValidBranchWeightMDNode(*SI); in ConstantFoldTerminator()