Searched refs:printMIR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrintingPass.cpp | 24 printMIR(OS, M); in run() 35 printMIR(OS, MMI, MF); in run() 65 printMIR(StrOS, MMI, MF); in runOnMachineFunction() 71 printMIR(OS, M); in doFinalization()
|
| H A D | MIRPrinter.cpp | 967 void llvm::printMIR(raw_ostream &OS, const Module &M) { in printMIR() function in llvm 972 void llvm::printMIR(raw_ostream &OS, const MachineModuleInfo &MMI, in printMIR() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRPrinter.h | 49 LLVM_ABI void printMIR(raw_ostream &OS, const Module &M); 53 LLVM_ABI void printMIR(raw_ostream &OS, const MachineModuleInfo &MMI,
|