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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3149 /// PrintParentLoopComment - Print comments about parent loops of this one.
3150 static void PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, function
3153 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
3199 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());

Completed in 206 milliseconds