Lines Matching refs:CondBlock
196 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt->getIterator(), in scalarizeMaskedLoad() local
208 CondBlock->splitBasicBlock(InsertPt->getIterator(), "else"); in scalarizeMaskedLoad()
211 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedLoad()
218 Phi->addIncoming(NewVResult, CondBlock); in scalarizeMaskedLoad()
313 BasicBlock *CondBlock = in scalarizeMaskedStore() local
324 CondBlock->splitBasicBlock(InsertPt->getIterator(), "else"); in scalarizeMaskedStore()
327 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedStore()
416 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt, "cond.load"); in scalarizeMaskedGather() local
428 BasicBlock *NewIfBlock = CondBlock->splitBasicBlock(InsertPt, "else"); in scalarizeMaskedGather()
431 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedGather()
437 Phi->addIncoming(NewVResult, CondBlock); in scalarizeMaskedGather()
523 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt, "cond.store"); in scalarizeMaskedScatter() local
533 BasicBlock *NewIfBlock = CondBlock->splitBasicBlock(InsertPt, "else"); in scalarizeMaskedScatter()
536 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedScatter()