Searched refs:LatchBR (Results 1 – 1 of 1) sorted by relevance
315 BranchInst *LatchBR = cast<BranchInst>(NewBB->getTerminator()); in CloneLoopBlocks() local316 IRBuilder<> Builder(LatchBR); in CloneLoopBlocks()332 LatchBR->eraseFromParent(); in CloneLoopBlocks()655 BranchInst *LatchBR = cast<BranchInst>(Latch->getTerminator()); in UnrollRuntimeLoopRemainder() local656 B2.SetInsertPoint(LatchBR); in UnrollRuntimeLoopRemainder()663 if (LatchBR->getSuccessor(0) == Header) in UnrollRuntimeLoopRemainder()669 LatchBR->setCondition(IdxCmp); in UnrollRuntimeLoopRemainder()