Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getLoopDepth

2124   OS.indent(Loop->getLoopDepth()*2)
2127 << " Depth=" << Loop->getLoopDepth() << '\n';
2137 OS.indent(CL->getLoopDepth()*2)
2139 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth()
2162 " Depth="+Twine(Loop->getLoopDepth()));
2173 OS.indent(Loop->getLoopDepth()*2-2);
2178 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';