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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2891   PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
 2893   OS << "=>";
 2894   OS.indent(Loop->getLoopDepth()*2-2);
 2896   OS << "This ";
 2898     OS << "Inner ";
 2899   OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';
 2901   PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());