Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp470 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder() local
474 Expander.isHighCostExpansion(TripCountSC, L, PreHeaderBR)) in UnrollRuntimeLoopRemainder()
543 PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder()
545 PreHeaderBR); in UnrollRuntimeLoopRemainder()
547 PreHeaderBR); in UnrollRuntimeLoopRemainder()
548 IRBuilder<> B(PreHeaderBR); in UnrollRuntimeLoopRemainder()
587 PreHeaderBR->eraseFromParent(); in UnrollRuntimeLoopRemainder()