Searched refs:isLoopEnteringEdge (Results 1 – 2 of 2) sorted by relevance
325 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge() function in BranchProbabilityInfo336 return isLoopEnteringEdge({Edge.second, Edge.first}); in isLoopExitingEdge()341 return isLoopEnteringEdge(Edge) || isLoopExitingEdge(Edge); in isLoopEnteringExitingEdge()665 return isLoopEnteringEdge(Edge) in getEstimatedEdgeWeight()
342 bool isLoopEnteringEdge(const LoopEdge &Edge) const;