LLVM 20.0.0git
|
#include "llvm/CodeGen/MIRPrinter.h"
Public Member Functions | |
PrintMIRPass (raw_ostream &OS=errs()) | |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
Public Member Functions inherited from llvm::PassInfoMixin< PrintMIRPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< PrintMIRPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 37 of file MIRPrinter.h.
|
inline |
Definition at line 41 of file MIRPrinter.h.
References OS.
|
inlinestatic |
Definition at line 44 of file MIRPrinter.h.
PreservedAnalyses PrintMIRPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 28 of file MIRPrintingPass.cpp.
References llvm::PreservedAnalyses::all(), llvm::MachineFunction::getFunction(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::printMIR().