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

References

lib/Transforms/Scalar/MergeICmps.cpp
  515   EntryBlock_ = Comparisons[0].BB;
  693                     << EntryBlock_->getName() << "\n");
  719   NextCmpBlock = mergeRange(0, NumMerged, EntryBlock_, NextCmpBlock);
  724   while (!pred_empty(EntryBlock_)) {
  725     BasicBlock* const Pred = *pred_begin(EntryBlock_);
  728     Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock);
  729     DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
  736       (EntryBlock_ == &EntryBlock_->getParent()->getEntryBlock());
  736       (EntryBlock_ == &EntryBlock_->getParent()->getEntryBlock());
  739                       << EntryBlock_->getName() << " to "
  742     DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
  744   EntryBlock_ = nullptr;