Searched refs:PrintParentLoopComment (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2062 /// PrintParentLoopComment - Print comments about parent loops of this one.
2063 static void PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, function
2066 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2113 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());

Completed in 105 milliseconds