Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp818 if (BranchInst *LatchBranch = getExpectedExitLoopLatchBranch(L)) { in getLoopEstimatedTripCount() local
821 getEstimatedTripCount(LatchBranch, L, ExitWeight)) { in getLoopEstimatedTripCount()
835 BranchInst *LatchBranch = getExpectedExitLoopLatchBranch(L); in setLoopEstimatedTripCount() local
836 if (!LatchBranch) in setLoopEstimatedTripCount()
849 if (LatchBranch->getSuccessor(0) != L->getHeader()) in setLoopEstimatedTripCount()
852 MDBuilder MDB(LatchBranch->getContext()); in setLoopEstimatedTripCount()
855 LatchBranch->setMetadata( in setLoopEstimatedTripCount()