|
LLVM 23.0.0git
|
Printer pass for the LoopAnalysis results.
More...
#include "llvm/CodeGen/MachineLoopInfo.h"
Public Member Functions | |
| MachineLoopPrinterPass (raw_ostream &OS) | |
| LLVM_ABI PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< MachineLoopPrinterPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::RequiredPassInfoMixin< MachineLoopPrinterPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::PassInfoMixin< MachineLoopPrinterPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::detail::InfoMixin< MachineLoopPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Printer pass for the LoopAnalysis results.
Definition at line 151 of file MachineLoopInfo.h.
|
inlineexplicit |
Definition at line 156 of file MachineLoopInfo.h.
| PreservedAnalyses MachineLoopPrinterPass::run | ( | MachineFunction & | MF, |
| MachineFunctionAnalysisManager & | MFAM ) |
Definition at line 44 of file MachineLoopInfo.cpp.
References llvm::PreservedAnalyses::all(), llvm::MachineFunction::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().