reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/MergeICmps.cpp
  697   const auto mergeRange = [this, &TLI, &AA, &DTU](int I, int Num,
  701                             InsertBefore, Next, Phi_, TLI, AA, DTU);
  729     DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
  737   if (ChainEntryIsFnEntry && DTU.hasDomTree()) {
  741     DTU.getDomTree().setNewRoot(NextCmpBlock);
  742     DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
  752   DeleteDeadBlocks(DeadBlocks, &DTU);