Home
last modified time | relevance | path

Searched refs:PreHeaderBR (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp600 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder() local
604 Expander.isHighCostExpansion(TripCountSC, L, PreHeaderBR)) { in UnrollRuntimeLoopRemainder()
677 PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder()
679 PreHeaderBR); in UnrollRuntimeLoopRemainder()
681 PreHeaderBR); in UnrollRuntimeLoopRemainder()
682 IRBuilder<> B(PreHeaderBR); in UnrollRuntimeLoopRemainder()
721 PreHeaderBR->eraseFromParent(); in UnrollRuntimeLoopRemainder()