Lines Matching defs:printIR
207 void printIR(raw_ostream &OS, const Function *F) {
213 void printIR(raw_ostream &OS, const Module *M) {
218 printIR(OS, &F);
223 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) {
232 void printIR(raw_ostream &OS, const Loop *L) {
239 void printIR(raw_ostream &OS, const MachineFunction *MF) {
308 printIR(OS, M);
313 printIR(OS, M);
318 printIR(OS, F);
323 printIR(OS, C);
328 printIR(OS, L);
333 printIR(OS, MF);
964 printIR(Stream, M);