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

#include "llvm/CodeGen/LiveIntervals.h"

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

Public Member Functions

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

Detailed Description

Definition at line 508 of file LiveIntervals.h.

Constructor & Destructor Documentation

◆ LiveIntervalsPrinterPass()

llvm::LiveIntervalsPrinterPass::LiveIntervalsPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 513 of file LiveIntervals.h.

References OS.

Member Function Documentation

◆ isRequired()

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

Definition at line 516 of file LiveIntervals.h.

◆ run()

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

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