Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp335 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge() function in BranchProbabilityInfo
341 return isLoopEnteringEdge(Edge) || isLoopExitingEdge(Edge); in isLoopEnteringExitingEdge()
711 if (isLoopExitingEdge({PredLoop, LoopBB})) { in updateEstimatedBlockWeight()
759 } else if (isLoopExitingEdge(Edge)) { in propagateEstimatedBlockWeight()
899 if (isLoopExitingEdge(Edge) && in calcEstimatedHeuristics()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h358 bool isLoopExitingEdge(const LoopEdge &Edge) const;