Lines Matching refs:NextCmpBlock
592 BasicBlock *const NextCmpBlock, in mergeComparisons() argument
596 LLVMContext &Context = NextCmpBlock->getContext(); in mergeComparisons()
602 NextCmpBlock->getParent(), InsertBefore); in mergeComparisons()
647 if (NextCmpBlock == PhiBB) { in mergeComparisons()
654 Builder.CreateCondBr(IsEqual, NextCmpBlock, PhiBB); in mergeComparisons()
656 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock}, in mergeComparisons()
689 BasicBlock *NextCmpBlock = Phi_.getParent(); in simplify() local
697 NextCmpBlock = mergeRange(I + 1, NumMerged, NextCmpBlock, NextCmpBlock); in simplify()
704 NextCmpBlock = mergeRange(0, NumMerged, EntryBlock_, NextCmpBlock); in simplify()
713 Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock); in simplify()
715 {DominatorTree::Insert, Pred, NextCmpBlock}}); in simplify()
724 << NextCmpBlock->getName() << "\n"); in simplify()
725 DTU.getDomTree().setNewRoot(NextCmpBlock); in simplify()
726 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}}); in simplify()