Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp652 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder() local
657 TTI, PreHeaderBR)) { in UnrollRuntimeLoopRemainder()
744 PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder()
745 IRBuilder<> B(PreHeaderBR); in UnrollRuntimeLoopRemainder()
747 PreHeaderBR); in UnrollRuntimeLoopRemainder()
756 !isGuaranteedNotToBeUndefOrPoison(TripCount, AC, PreHeaderBR, DT)) { in UnrollRuntimeLoopRemainder()
764 Expander.expandCodeFor(BECountSC, BECountSC->getType(), PreHeaderBR); in UnrollRuntimeLoopRemainder()
778 PreHeaderBR->eraseFromParent(); in UnrollRuntimeLoopRemainder()