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

#include "llvm/CodeGen/LiveVariables.h"

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

Public Member Functions

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

Detailed Description

Definition at line 313 of file LiveVariables.h.

Constructor & Destructor Documentation

◆ LiveVariablesPrinterPass()

llvm::LiveVariablesPrinterPass::LiveVariablesPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 318 of file LiveVariables.h.

References OS.

Member Function Documentation

◆ isRequired()

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

Definition at line 321 of file LiveVariables.h.

◆ run()

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

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