Lines Matching refs:NextCmpBlock
598 BasicBlock *const NextCmpBlock, in mergeComparisons() argument
602 LLVMContext &Context = NextCmpBlock->getContext(); in mergeComparisons()
608 NextCmpBlock->getParent(), InsertBefore); in mergeComparisons()
660 if (NextCmpBlock == PhiBB) { in mergeComparisons()
667 Builder.CreateCondBr(IsEqual, NextCmpBlock, PhiBB); in mergeComparisons()
669 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock}, in mergeComparisons()
684 BasicBlock *NextCmpBlock = Phi_.getParent(); in simplify() local
686 InsertBefore = NextCmpBlock = mergeComparisons( in simplify()
687 Blocks, InsertBefore, NextCmpBlock, Phi_, TLI, AA, DTU); in simplify()
697 Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock); in simplify()
699 {DominatorTree::Insert, Pred, NextCmpBlock}}); in simplify()
708 << NextCmpBlock->getName() << "\n"); in simplify()
709 DTU.getDomTree().setNewRoot(NextCmpBlock); in simplify()
710 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}}); in simplify()