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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2872   if (!Loop) return;
 2874   MachineBasicBlock *Header = Loop->getHeader();
 2882                                Twine(Loop->getHeader()->getNumber())+
 2883                                " Depth="+Twine(Loop->getLoopDepth()));
 2891   PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
 2894   OS.indent(Loop->getLoopDepth()*2-2);
 2897   if (Loop->empty())
 2899   OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';
 2901   PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());