Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp786 getEstimatedTripCount(BranchInst *ExitingBranch, Loop *L, in getEstimatedTripCount() argument
792 if (!ExitingBranch->extractProfMetadata(LoopWeight, ExitWeight)) in getEstimatedTripCount()
795 if (L->contains(ExitingBranch->getSuccessor(1))) in getEstimatedTripCount()