Home
last modified time | relevance | path

Searched refs:getLoopBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp404 const LoopBlock SrcLoopBB = getLoopBlock(BB); in calcMetadataWeights()
405 const LoopBlock DstLoopBB = getLoopBlock(TI->getSuccessor(I)); in calcMetadataWeights()
676 const LoopBlock DstLoopBB = getLoopBlock(DstBB); in getMaxEstimatedEdgeWeight()
709 LoopBlock PredLoop = getLoopBlock(PredBlock); in updateEstimatedBlockWeight()
750 LoopBlock DomLoopBB = getLoopBlock(DomBB); in propagateEstimatedBlockWeight()
819 propagateEstimatedBlockWeight(getLoopBlock(BB), DT, PDT, *BBWeight, in computeEestimateBlockWeight()
863 const LoopBlock LoopBB = getLoopBlock(BB); in computeEestimateBlockWeight()
880 const LoopBlock LoopBB = getLoopBlock(BB); in calcEstimatedHeuristics()
894 const LoopBlock SuccLoopBB = getLoopBlock(SuccBB); in calcEstimatedHeuristics()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h347 LoopBlock getLoopBlock(const BasicBlock *BB) const { in getLoopBlock() function