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