Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp315 BranchInst *LatchBR = cast<BranchInst>(NewBB->getTerminator()); in CloneLoopBlocks() local
316 IRBuilder<> Builder(LatchBR); in CloneLoopBlocks()
332 LatchBR->eraseFromParent(); in CloneLoopBlocks()
655 BranchInst *LatchBR = cast<BranchInst>(Latch->getTerminator()); in UnrollRuntimeLoopRemainder() local
656 B2.SetInsertPoint(LatchBR); in UnrollRuntimeLoopRemainder()
663 if (LatchBR->getSuccessor(0) == Header) in UnrollRuntimeLoopRemainder()
669 LatchBR->setCondition(IdxCmp); in UnrollRuntimeLoopRemainder()