LLVM 20.0.0git
|
#include "llvm/CodeGen/MIRPrinter.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Function.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
MachineFunctionPass * | llvm::createPrintMIRPass (raw_ostream &OS) |
MIRPrinting pass - this pass prints out the LLVM IR into the given stream using the MIR serialization format. | |