Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp252 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge() function in BranchProbabilityInfo
263 return isLoopEnteringEdge({Edge.second, Edge.first}); in isLoopExitingEdge()
268 return isLoopEnteringEdge(Edge) || isLoopExitingEdge(Edge); in isLoopEnteringExitingEdge()
614 return isLoopEnteringEdge(Edge) in getEstimatedEdgeWeight()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h344 bool isLoopEnteringEdge(const LoopEdge &Edge) const;