LLVM 20.0.0git
|
#include "llvm/CodeGen/MachinePostDominators.h"
Public Member Functions | |
MachinePostDominatorTreePrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
Public Member Functions inherited from llvm::PassInfoMixin< MachinePostDominatorTreePrinterPass > | |
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< MachinePostDominatorTreePrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 79 of file MachinePostDominators.h.
|
inlineexplicit |
Definition at line 84 of file MachinePostDominators.h.
|
inlinestatic |
Definition at line 87 of file MachinePostDominators.h.
PreservedAnalyses MachinePostDominatorTreePrinterPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 51 of file MachinePostDominators.cpp.
References llvm::PreservedAnalyses::all(), llvm::MachineFunction::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().