LLVM 20.0.0git
|
#include "llvm/CodeGen/RegAllocFast.h"
Public Member Functions | |
RegAllocFastPass (RegAllocFastPassOptions Opts=RegAllocFastPassOptions()) | |
MachineFunctionProperties | getRequiredProperties () |
MachineFunctionProperties | getSetProperties () |
MachineFunctionProperties | getClearedProperties () |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &) |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Member Functions inherited from llvm::PassInfoMixin< RegAllocFastPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< RegAllocFastPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 23 of file RegAllocFast.h.
|
inline |
Definition at line 27 of file RegAllocFast.h.
|
inline |
Definition at line 44 of file RegAllocFast.h.
References llvm::MachineFunctionProperties::IsSSA, and llvm::MachineFunctionProperties::set().
|
inline |
Definition at line 30 of file RegAllocFast.h.
References llvm::MachineFunctionProperties::NoPHIs, and llvm::MachineFunctionProperties::set().
|
inline |
Definition at line 35 of file RegAllocFast.h.
References llvm::RegAllocFastPassOptions::ClearVRegs, llvm::MachineFunctionProperties::NoVRegs, and llvm::MachineFunctionProperties::set().
void RegAllocFastPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 1823 of file RegAllocFast.cpp.
References llvm::RegAllocFastPassOptions::ClearVRegs, llvm::RegAllocFastPassOptions::FilterName, and OS.
PreservedAnalyses RegAllocFastPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | |||
) |
Definition at line 1811 of file RegAllocFast.cpp.
References _, llvm::PreservedAnalyses::all(), llvm::RegAllocFastPassOptions::ClearVRegs, llvm::RegAllocFastPassOptions::Filter, and llvm::getMachineFunctionPassPreservedAnalyses().