Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp809 static std::optional<unsigned> getEstimatedTripCount(BranchInst *ExitingBranch, in getEstimatedTripCount() argument
816 if (!extractBranchWeights(*ExitingBranch, LoopWeight, ExitWeight)) in getEstimatedTripCount()
819 if (L->contains(ExitingBranch->getSuccessor(1))) in getEstimatedTripCount()