reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;