Searched refs:LoopEdge (Results 1 – 2 of 2) sorted by relevance
324 using LoopEdge = std::pair<const LoopBlock &, const LoopBlock &>; variable356 bool isLoopEnteringEdge(const LoopEdge &Edge) const;360 bool isLoopExitingEdge(const LoopEdge &Edge) const;363 bool isLoopEnteringExitingEdge(const LoopEdge &Edge) const;366 bool isLoopBackEdge(const LoopEdge &Edge) const;385 std::optional<uint32_t> getEstimatedEdgeWeight(const LoopEdge &Edge) const;
321 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge()331 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge()336 const LoopEdge &Edge) const { in isLoopEnteringExitingEdge()340 bool BranchProbabilityInfo::isLoopBackEdge(const LoopEdge &Edge) const { in isLoopBackEdge()658 BranchProbabilityInfo::getEstimatedEdgeWeight(const LoopEdge &Edge) const { in getEstimatedEdgeWeight()746 const LoopEdge Edge{DomLoopBB, LoopBB}; in propagateEstimatedBlockWeight()891 const LoopEdge Edge{LoopBB, SuccLoopBB}; in calcEstimatedHeuristics()