Lines Matching refs:IfBlock
1192 BasicBlock *IfBlock = CI->getParent(); in scalarizeMaskedLoad() local
1269 CondBlock = IfBlock->splitBasicBlock(InsertPt->getIterator(), "cond.load"); in scalarizeMaskedLoad()
1281 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedLoad()
1284 PrevIfBlock = IfBlock; in scalarizeMaskedLoad()
1285 IfBlock = NewIfBlock; in scalarizeMaskedLoad()
1338 BasicBlock *IfBlock = CI->getParent(); in scalarizeMaskedStore() local
1392 IfBlock->splitBasicBlock(InsertPt->getIterator(), "cond.store"); in scalarizeMaskedStore()
1404 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedStore()
1407 IfBlock = NewIfBlock; in scalarizeMaskedStore()
1455 BasicBlock *IfBlock = CI->getParent(); in scalarizeMaskedGather() local
1522 CondBlock = IfBlock->splitBasicBlock(InsertPt, "cond.load"); in scalarizeMaskedGather()
1535 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedGather()
1538 PrevIfBlock = IfBlock; in scalarizeMaskedGather()
1539 IfBlock = NewIfBlock; in scalarizeMaskedGather()
1592 BasicBlock *IfBlock = CI->getParent(); in scalarizeMaskedScatter() local
1636 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt, "cond.store"); in scalarizeMaskedScatter()
1648 Instruction *OldBr = IfBlock->getTerminator(); in scalarizeMaskedScatter()
1651 IfBlock = NewIfBlock; in scalarizeMaskedScatter()