Lines Matching refs:OldBr
1281 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedLoad() local
1282 BranchInst::Create(CondBlock, NewIfBlock, Cmp, OldBr); in scalarizeMaskedLoad()
1283 OldBr->eraseFromParent(); in scalarizeMaskedLoad()
1404 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedStore() local
1405 BranchInst::Create(CondBlock, NewIfBlock, Cmp, OldBr); in scalarizeMaskedStore()
1406 OldBr->eraseFromParent(); in scalarizeMaskedStore()
1535 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedGather() local
1536 BranchInst::Create(CondBlock, NewIfBlock, Cmp, OldBr); in scalarizeMaskedGather()
1537 OldBr->eraseFromParent(); in scalarizeMaskedGather()
1648 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedScatter() local
1649 BranchInst::Create(CondBlock, NewIfBlock, Cmp, OldBr); in scalarizeMaskedScatter()
1650 OldBr->eraseFromParent(); in scalarizeMaskedScatter()