Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp334 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge() function in BranchProbabilityInfo
340 return isLoopEnteringEdge(Edge) || isLoopExitingEdge(Edge); in isLoopEnteringExitingEdge()
721 if (isLoopExitingEdge({PredLoop, LoopBB})) { in updateEstimatedBlockWeight()
769 } else if (isLoopExitingEdge(Edge)) { in propagateEstimatedBlockWeight()
909 if (isLoopExitingEdge(Edge) && in calcEstimatedHeuristics()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h346 bool isLoopExitingEdge(const LoopEdge &Edge) const;