Home
last modified time | relevance | path

Searched refs:hasBranchWeightMD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h47 LLVM_ABI bool hasBranchWeightMD(const Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp183 if (hasBranchWeightMD(*Latch->getTerminator())) { in ConnectProlog()
313 if (hasBranchWeightMD(*Latch->getTerminator())) { in ConnectEpilog()
399 if (hasBranchWeightMD(*LatchBR)) { in CloneLoopBlocks()
802 if (hasBranchWeightMD(*Latch->getTerminator())) { in UnrollRuntimeLoopRemainder()
H A DSimplifyCFG.cpp1220 bool PredHasWeights = hasBranchWeightMD(*PTI); in performValueComparisonIntoPredecessorFolding()
1221 bool SuccHasWeights = hasBranchWeightMD(*TI); in performValueComparisonIntoPredecessorFolding()
4863 bool HasWeights = hasBranchWeightMD(*SI); in simplifySwitchOnSelect()
5743 if (hasBranchWeightMD(*SI)) { in turnSwitchRangeIntoICmp()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp111 bool hasBranchWeightMD(const Instruction &I) { in hasBranchWeightMD() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp667 if (hasBranchWeightMD(*BR)) in hasProfileData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2400 if (hasBranchWeightMD(*OrigLoop->getLoopLatch()->getTerminator())) in emitIterationCountCheck()
7222 hasBranchWeightMD(*OrigLoop->getLoopLatch()->getTerminator()); in executePlan()
7476 if (hasBranchWeightMD(*OrigLoop->getLoopLatch()->getTerminator())) in emitIterationCountCheck()
7587 if (hasBranchWeightMD(*OrigLoop->getLoopLatch()->getTerminator())) { in emitMinimumVectorEpilogueIterCountCheck()