LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::MachineLoopPrinterPass Class Reference

Printer pass for the LoopAnalysis results. More...

#include "llvm/CodeGen/MachineLoopInfo.h"

Inheritance diagram for llvm::MachineLoopPrinterPass:
Inheritance graph
[legend]

Public Member Functions

 MachineLoopPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< MachineLoopPrinterPass >
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< MachineLoopPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Printer pass for the LoopAnalysis results.

Definition at line 146 of file MachineLoopInfo.h.

Constructor & Destructor Documentation

◆ MachineLoopPrinterPass()

llvm::MachineLoopPrinterPass::MachineLoopPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 150 of file MachineLoopInfo.h.

Member Function Documentation

◆ isRequired()

static bool llvm::MachineLoopPrinterPass::isRequired ( )
inlinestatic

Definition at line 153 of file MachineLoopInfo.h.

◆ run()

PreservedAnalyses MachineLoopPrinterPass::run ( MachineFunction MF,
MachineFunctionAnalysisManager MFAM 
)

The documentation for this class was generated from the following files: