Searched refs:PrintChildLoopComment (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2413 /// PrintChildLoopComment - Print comments about child loops within 2415 static void PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, function 2423 PrintChildLoopComment(OS, CL, FunctionNumber); 2462 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1897 /// PrintChildLoopComment - Print comments about child loops within 1899 static void PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, function 1907 PrintChildLoopComment(OS, *CL, FunctionNumber); 1946 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());
|
Completed in 55 milliseconds