Lines Matching defs:DTU
409 DomTreeUpdater &DTU);
607 AliasAnalysis &AA, DomTreeUpdater &DTU) {
676 DTU.applyUpdates({{DominatorTree::Insert, BB, PhiBB}});
681 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock},
688 DomTreeUpdater &DTU) {
699 Blocks, InsertBefore, NextCmpBlock, Phi_, TLI, AA, DTU);
710 DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
717 if (ChainEntryIsFnEntry && DTU.hasDomTree()) {
721 DTU.getDomTree().setNewRoot(NextCmpBlock);
722 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
735 DeleteDeadBlocks(DeadBlocks, &DTU);
777 DomTreeUpdater &DTU) {
842 return CmpChain.simplify(TLI, AA, DTU);
859 DomTreeUpdater DTU(DT, /*PostDominatorTree*/ nullptr,
867 MadeChange |= processPhi(*Phi, TLI, AA, DTU);