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