Searched refs:printIR (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 227 void printIR(raw_ostream &OS, const Function *F) { in printIR() function 233 void printIR(raw_ostream &OS, const Module *M, in printIR() function 239 printIR(OS, &F); in printIR() 244 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) { in printIR() function 253 void printIR(raw_ostream &OS, const Loop *L) { in printIR() function 334 printIR(OS, M, ShouldPreserveUseListOrder); in unwrapAndPrint() 340 printIR(OS, M, ShouldPreserveUseListOrder); in unwrapAndPrint() 346 printIR(OS, F); in unwrapAndPrint() 352 printIR(OS, C); in unwrapAndPrint() 358 printIR(OS, L); in unwrapAndPrint() [all …]
|