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

References

lib/CodeGen/PHIElimination.cpp
  569   bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
  569   bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
  586       if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges)
  615       if (!ShouldSplit && CurLoop != PreLoop) {
  620           if (CurLoop)
  621             dbgs() << "CurLoop: " << *CurLoop;
  627         ShouldSplit = PreLoop && !PreLoop->contains(CurLoop);