Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp855 if (BranchInst *LatchBranch = getExpectedExitLoopLatchBranch(L)) { in getLoopEstimatedTripCount() local
858 getEstimatedTripCount(LatchBranch, L, ExitWeight)) { in getLoopEstimatedTripCount()
872 BranchInst *LatchBranch = getExpectedExitLoopLatchBranch(L); in setLoopEstimatedTripCount() local
873 if (!LatchBranch) in setLoopEstimatedTripCount()
886 if (LatchBranch->getSuccessor(0) != L->getHeader()) in setLoopEstimatedTripCount()
889 MDBuilder MDB(LatchBranch->getContext()); in setLoopEstimatedTripCount()
892 LatchBranch->setMetadata( in setLoopEstimatedTripCount()