Lines Matching refs:printIR
200 void printIR(raw_ostream &OS, const Function *F) { in printIR() function
206 void printIR(raw_ostream &OS, const Module *M) { in printIR() function
211 printIR(OS, &F); in printIR()
216 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) { in printIR() function
225 void printIR(raw_ostream &OS, const Loop *L) { in printIR() function
232 void printIR(raw_ostream &OS, const MachineFunction *MF) { in printIR() function
301 printIR(OS, M); in unwrapAndPrint()
306 printIR(OS, M); in unwrapAndPrint()
311 printIR(OS, F); in unwrapAndPrint()
316 printIR(OS, C); in unwrapAndPrint()
321 printIR(OS, L); in unwrapAndPrint()
326 printIR(OS, MF); in unwrapAndPrint()
957 printIR(Stream, M); in printAfterPassInvalidated()