Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp643 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder() local
647 Expander.isHighCostExpansion(TripCountSC, L, PreHeaderBR)) { in UnrollRuntimeLoopRemainder()
720 PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder()
722 PreHeaderBR); in UnrollRuntimeLoopRemainder()
724 PreHeaderBR); in UnrollRuntimeLoopRemainder()
725 IRBuilder<> B(PreHeaderBR); in UnrollRuntimeLoopRemainder()
764 PreHeaderBR->eraseFromParent(); in UnrollRuntimeLoopRemainder()