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

References

lib/Transforms/Scalar/JumpThreading.cpp
  363   DTU = DTU_;
  380   assert(DTU && "DTU isn't passed into JumpThreading before using it.");
  381   assert(DTU->hasDomTree() && "JumpThreading relies on DomTree to proceed.");
  382   DominatorTree &DT = DTU->getDomTree();
  402       if (&BB == &F.getEntryBlock() || DTU->isBBPendingDeletion(&BB))
  413         DeleteDeadBlock(&BB, DTU);
  427           TryToSimplifyUncondBranchFromEmptyBlock(&BB, DTU)) {
  439   DTU->getDomTree();
  631     if (DTU->hasPendingDomTreeUpdates())
  648     if (DTU->hasPendingDomTreeUpdates())
  782       if (DTU->hasPendingDomTreeUpdates())
  829         if (DTU->hasPendingDomTreeUpdates())
  861             if (DTU->hasPendingDomTreeUpdates())
  946   if (DTU->hasPendingDomTreeUpdates())
  997   if (DTU->isBBPendingDeletion(BB) ||
 1014       MergeBasicBlockIntoOnlyPred(BB, DTU);
 1111     DTU->applyUpdatesPermissive(Updates);
 1123     ConstantFoldTerminator(BB, true, nullptr, DTU);
 1150       if (DTU->hasPendingDomTreeUpdates())
 1181         DTU->applyUpdatesPermissive(
 1271       DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}});
 1696       DTU->applyUpdatesPermissive(Updates);
 1974   if (DTU->hasPendingDomTreeUpdates())
 2044   DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB},
 2140   DTU->applyUpdatesPermissive(Updates);
 2413   DTU->applyUpdatesPermissive(Updates);
 2449   DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB},
 2522     if (DTU->hasPendingDomTreeUpdates())
 2627     DTU->applyUpdatesPermissive(Updates);
 2724       BB, PredGuardedBlock, AfterGuard, GuardedMapping, *DTU);
 2730       BB, PredUnguardedBlock, Guard, UnguardedMapping, *DTU);