Searched refs:NewSISucc (Results 1 – 2 of 2) sorted by relevance
960 BasicBlock *NewSISucc = SI->getSuccessor(DeadCase); in RewriteLoopBodyWithConditionConstant() local961 BasicBlock *OldSISucc = *succ_begin(NewSISucc); in RewriteLoopBodyWithConditionConstant()969 NewSISucc->getTerminator()->eraseFromParent(); in RewriteLoopBodyWithConditionConstant()971 ConstantInt::getTrue(Context), NewSISucc); in RewriteLoopBodyWithConditionConstant()973 for (BasicBlock::iterator II = NewSISucc->begin(); in RewriteLoopBodyWithConditionConstant()982 DT->addNewBlock(Abort, NewSISucc); in RewriteLoopBodyWithConditionConstant()
1292 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant() local1293 BasicBlock *OldSISucc = *succ_begin(NewSISucc); in RewriteLoopBodyWithConditionConstant()1301 NewSISucc->getTerminator()->eraseFromParent(); in RewriteLoopBodyWithConditionConstant()1303 ConstantInt::getTrue(Context), NewSISucc); in RewriteLoopBodyWithConditionConstant()1305 for (BasicBlock::iterator II = NewSISucc->begin(); in RewriteLoopBodyWithConditionConstant()1313 DT->addNewBlock(Abort, NewSISucc); in RewriteLoopBodyWithConditionConstant()