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.h324 using LoopEdge = std::pair<const LoopBlock &, const LoopBlock &>; variable
356 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;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp321 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()