Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h310 using LoopEdge = std::pair<const LoopBlock &, const LoopBlock &>; variable
342 bool isLoopEnteringEdge(const LoopEdge &Edge) const;
346 bool isLoopExitingEdge(const LoopEdge &Edge) const;
349 bool isLoopEnteringExitingEdge(const LoopEdge &Edge) const;
352 bool isLoopBackEdge(const LoopEdge &Edge) const;
370 Optional<uint32_t> getEstimatedEdgeWeight(const LoopEdge &Edge) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp324 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge()
334 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge()
339 const LoopEdge &Edge) const { in isLoopEnteringExitingEdge()
343 bool BranchProbabilityInfo::isLoopBackEdge(const LoopEdge &Edge) const { in isLoopBackEdge()
672 BranchProbabilityInfo::getEstimatedEdgeWeight(const LoopEdge &Edge) const { in getEstimatedEdgeWeight()
761 const LoopEdge Edge{DomLoopBB, LoopBB}; in propagateEstimatedBlockWeight()
905 const LoopEdge Edge{LoopBB, SuccLoopBB}; in calcEstimatedHeuristics()