Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h322 using LoopEdge = std::pair<const LoopBlock &, const LoopBlock &>; variable
354 bool isLoopEnteringEdge(const LoopEdge &Edge) const;
358 bool isLoopExitingEdge(const LoopEdge &Edge) const;
361 bool isLoopEnteringExitingEdge(const LoopEdge &Edge) const;
364 bool isLoopBackEdge(const LoopEdge &Edge) const;
383 std::optional<uint32_t> getEstimatedEdgeWeight(const LoopEdge &Edge) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp325 bool BranchProbabilityInfo::isLoopEnteringEdge(const LoopEdge &Edge) const { in isLoopEnteringEdge()
335 bool BranchProbabilityInfo::isLoopExitingEdge(const LoopEdge &Edge) const { in isLoopExitingEdge()
340 const LoopEdge &Edge) const { in isLoopEnteringExitingEdge()
344 bool BranchProbabilityInfo::isLoopBackEdge(const LoopEdge &Edge) const { in isLoopBackEdge()
662 BranchProbabilityInfo::getEstimatedEdgeWeight(const LoopEdge &Edge) const { in getEstimatedEdgeWeight()
751 const LoopEdge Edge{DomLoopBB, LoopBB}; in propagateEstimatedBlockWeight()
895 const LoopEdge Edge{LoopBB, SuccLoopBB}; in calcEstimatedHeuristics()