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

References

lib/CodeGen/ShrinkWrap.cpp
  431           IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT);
  431           IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT);
  432           if (!IPdom)
  438         if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
  438         if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
  439           Restore = IPdom;