Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp108 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode() function
116 auto *ProfileData = getBranchWeightMDNode(I); in getValidBranchWeightMDNode()
H A DInstruction.cpp871 MDNode *ProfileData = getBranchWeightMDNode(*this); in swapProfMetadata()
H A DInstructions.cpp4598 MDNode *ProfileData = getBranchWeightMDNode(SI); in init()
4682 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) in getSuccessorWeight()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfDataUtils.h49 MDNode *getBranchWeightMDNode(const Instruction &I);
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h280 MDNode *WeightsNode = getBranchWeightMDNode(*TI);