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

References

lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  106     if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())
  106     if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())
  107       Innermost = BBL;
  109   return Innermost;