Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp324 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge() function in BranchProbabilityInfo
335 return isLoopEnteringEdge({Edge.second, Edge.first}); in isLoopExitingEdge()
340 return isLoopEnteringEdge(Edge) || isLoopExitingEdge(Edge); in isLoopEnteringExitingEdge()
675 return isLoopEnteringEdge(Edge) in getEstimatedEdgeWeight()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h342 bool isLoopEnteringEdge(const LoopEdge &Edge) const;