Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp784 static std::optional<uint64_t> getEstimatedTripCount(BranchInst *ExitingBranch, in getEstimatedTripCount() argument
791 if (!extractBranchWeights(*ExitingBranch, LoopWeight, ExitWeight)) in getEstimatedTripCount()
794 if (L->contains(ExitingBranch->getSuccessor(1))) in getEstimatedTripCount()