LLVM 22.0.0git
llvm::StackLifetimePrinterPass Class Reference

Printer pass for testing. More...

#include "llvm/Analysis/StackLifetime.h"

Inheritance diagram for llvm::StackLifetimePrinterPass:
[legend]

Public Member Functions

 StackLifetimePrinterPass (raw_ostream &OS, StackLifetime::LivenessType Type)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Public Member Functions inherited from llvm::PassInfoMixin< StackLifetimePrinterPass >
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< StackLifetimePrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Printer pass for testing.

Definition at line 182 of file StackLifetime.h.

Constructor & Destructor Documentation

◆ StackLifetimePrinterPass()

llvm::StackLifetimePrinterPass::StackLifetimePrinterPass ( raw_ostream & OS,
StackLifetime::LivenessType Type )
inline

Definition at line 188 of file StackLifetime.h.

Member Function Documentation

◆ isRequired()

bool llvm::StackLifetimePrinterPass::isRequired ( )
inlinestatic

Definition at line 191 of file StackLifetime.h.

◆ printPipeline()

void StackLifetimePrinterPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 372 of file StackLifetime.cpp.

References llvm::StackLifetime::May, llvm::StackLifetime::Must, and printPipeline().

Referenced by printPipeline().

◆ run()


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