Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h49 MDNode *getBranchWeightMDNode(const Instruction &I);
/src/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp149 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode() function
157 auto *ProfileData = getBranchWeightMDNode(I); in getValidBranchWeightMDNode()
H A DInstruction.cpp1258 MDNode *ProfileData = getBranchWeightMDNode(*this); in swapProfMetadata()
H A DInstructions.cpp4010 MDNode *ProfileData = getBranchWeightMDNode(SI); in init()
4094 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) in getSuccessorWeight()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp279 MDNode *WeightMD = getBranchWeightMDNode(PreHeaderBI); in updateBranchWeights()
286 if (WeightMD != getBranchWeightMDNode(LoopBI)) in updateBranchWeights()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h305 MDNode *WeightsNode = getBranchWeightMDNode(*TI);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2969 MDNode *BranchWeights = getBranchWeightMDNode(*SI); in tryToUnfoldSelectInCurrBB()