LLVM 20.0.0git
|
#include "llvm/CodeGen/LiveVariables.h"
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. | |
Definition at line 313 of file LiveVariables.h.
|
inlineexplicit |
Definition at line 318 of file LiveVariables.h.
References OS.
|
inlinestatic |
Definition at line 321 of file LiveVariables.h.
PreservedAnalyses LiveVariablesPrinterPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 53 of file LiveVariables.cpp.
References llvm::PreservedAnalyses::all(), llvm::MachineFunction::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().