LLVM 22.0.0git
|
#include "llvm/CodeGen/RegAllocFast.h"
Classes | |
struct | Options |
Public Member Functions | |
RegAllocFastPass (Options Opts=Options()) | |
MachineFunctionProperties | getRequiredProperties () const |
MachineFunctionProperties | getSetProperties () const |
MachineFunctionProperties | getClearedProperties () const |
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) |
Static Public Member Functions | |
static bool | isRequired () |
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 17 of file RegAllocFast.h.
Definition at line 28 of file RegAllocFast.h.
References llvm::move().
|
inline |
Definition at line 42 of file RegAllocFast.h.
|
inline |
Definition at line 30 of file RegAllocFast.h.
|
inline |
Definition at line 34 of file RegAllocFast.h.
|
inlinestatic |
Definition at line 51 of file RegAllocFast.h.
void RegAllocFastPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName ) |
Definition at line 1888 of file RegAllocFast.cpp.
PreservedAnalyses RegAllocFastPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | ) |
Definition at line 1876 of file RegAllocFast.cpp.
References _, llvm::PreservedAnalyses::all(), Changed, and llvm::getMachineFunctionPassPreservedAnalyses().