Searched refs:LoopEdge (Results 1 – 2 of 2) sorted by relevance
312 using LoopEdge = std::pair<const LoopBlock &, const LoopBlock &>; variable344 bool isLoopEnteringEdge(const LoopEdge &Edge) const;348 bool isLoopExitingEdge(const LoopEdge &Edge) const;351 bool isLoopEnteringExitingEdge(const LoopEdge &Edge) const;354 bool isLoopBackEdge(const LoopEdge &Edge) const;372 Optional<uint32_t> getEstimatedEdgeWeight(const LoopEdge &Edge) const;
252 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge()262 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge()267 const LoopEdge &Edge) const { in isLoopEnteringExitingEdge()271 bool BranchProbabilityInfo::isLoopBackEdge(const LoopEdge &Edge) const { in isLoopBackEdge()611 BranchProbabilityInfo::getEstimatedEdgeWeight(const LoopEdge &Edge) const { in getEstimatedEdgeWeight()700 const LoopEdge Edge{DomLoopBB, LoopBB}; in propagateEstimatedBlockWeight()846 const LoopEdge Edge{LoopBB, SuccLoopBB}; in calcEstimatedHeuristics()