|
LLVM 22.0.0git
|
Machine function pass which print MachineDominatorTree.
More...
#include "llvm/CodeGen/MachineDominators.h"
Public Member Functions | |
| MachineDominatorTreePrinterPass (raw_ostream &OS) | |
| LLVM_ABI PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< MachineDominatorTreePrinterPass > | |
| 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< MachineDominatorTreePrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Machine function pass which print MachineDominatorTree.
Definition at line 115 of file MachineDominators.h.
|
inlineexplicit |
Definition at line 120 of file MachineDominators.h.
|
inlinestatic |
Definition at line 123 of file MachineDominators.h.
| PreservedAnalyses MachineDominatorTreePrinterPass::run | ( | MachineFunction & | MF, |
| MachineFunctionAnalysisManager & | MFAM ) |
Definition at line 85 of file MachineDominators.cpp.
References llvm::PreservedAnalyses::all(), llvm::MachineFunction::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().