Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp960 BasicBlock *NewSISucc = SI->getSuccessor(DeadCase); in RewriteLoopBodyWithConditionConstant() local
961 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()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1292 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant() local
1293 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1492 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant() local
1493 BasicBlock *OldSISucc = *succ_begin(NewSISucc); in RewriteLoopBodyWithConditionConstant()
1501 NewSISucc->getTerminator()->eraseFromParent(); in RewriteLoopBodyWithConditionConstant()
1503 ConstantInt::getTrue(Context), NewSISucc); in RewriteLoopBodyWithConditionConstant()
1505 for (PHINode &PN : NewSISucc->phis()) in RewriteLoopBodyWithConditionConstant()
1512 DT->addNewBlock(Abort, NewSISucc); in RewriteLoopBodyWithConditionConstant()