Lines Matching defs:NextCmpBlock
605 BasicBlock *const NextCmpBlock,
609 LLVMContext &Context = NextCmpBlock->getContext();
615 NextCmpBlock->getParent(), InsertBefore);
672 if (NextCmpBlock == PhiBB) {
679 Builder.CreateCondBr(IsEqual, NextCmpBlock, PhiBB);
681 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock},
696 BasicBlock *NextCmpBlock = Phi_.getParent();
698 InsertBefore = NextCmpBlock = mergeComparisons(
699 Blocks, InsertBefore, NextCmpBlock, Phi_, TLI, AA, DTU);
703 // predecessors of EntryBlock_ to NextCmpBlock instead. This makes all cmp
709 Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock);
711 {DominatorTree::Insert, Pred, NextCmpBlock}});
720 << NextCmpBlock->getName() << "\n");
721 DTU.getDomTree().setNewRoot(NextCmpBlock);
722 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});