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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2844   if (!Loop) return;
 2845   PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
 2846   OS.indent(Loop->getLoopDepth()*2)
 2848     << Loop->getHeader()->getNumber()
 2849     << " Depth=" << Loop->getLoopDepth() << '\n';