reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
586 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges) 615 if (!ShouldSplit && CurLoop != PreLoop) { 618 if (PreLoop) 619 dbgs() << "PreLoop: " << *PreLoop; 627 ShouldSplit = PreLoop && !PreLoop->contains(CurLoop); 627 ShouldSplit = PreLoop && !PreLoop->contains(CurLoop);