LLVM 22.0.0git
llvm::RegAllocFastPass Class Reference

#include "llvm/CodeGen/RegAllocFast.h"

Inheritance diagram for llvm::RegAllocFastPass:
[legend]

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.

Detailed Description

Definition at line 17 of file RegAllocFast.h.

Constructor & Destructor Documentation

◆ RegAllocFastPass()

llvm::RegAllocFastPass::RegAllocFastPass ( Options Opts = Options())
inline

Definition at line 28 of file RegAllocFast.h.

References llvm::move().

Member Function Documentation

◆ getClearedProperties()

MachineFunctionProperties llvm::RegAllocFastPass::getClearedProperties ( ) const
inline

Definition at line 42 of file RegAllocFast.h.

◆ getRequiredProperties()

MachineFunctionProperties llvm::RegAllocFastPass::getRequiredProperties ( ) const
inline

Definition at line 30 of file RegAllocFast.h.

◆ getSetProperties()

MachineFunctionProperties llvm::RegAllocFastPass::getSetProperties ( ) const
inline

Definition at line 34 of file RegAllocFast.h.

◆ isRequired()

bool llvm::RegAllocFastPass::isRequired ( )
inlinestatic

Definition at line 51 of file RegAllocFast.h.

◆ printPipeline()

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

Definition at line 1888 of file RegAllocFast.cpp.

◆ run()


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