LLVM 20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::RegAllocFastPass Class Reference

#include "llvm/CodeGen/RegAllocFast.h"

Inheritance diagram for llvm::RegAllocFastPass:
Inheritance graph
[legend]

Public Member Functions

 RegAllocFastPass (RegAllocFastPassOptions Opts=RegAllocFastPassOptions())
 
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 23 of file RegAllocFast.h.

Constructor & Destructor Documentation

◆ RegAllocFastPass()

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

Definition at line 27 of file RegAllocFast.h.

Member Function Documentation

◆ getClearedProperties()

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

◆ getRequiredProperties()

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

◆ getSetProperties()

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

◆ isRequired()

static bool llvm::RegAllocFastPass::isRequired ( )
inlinestatic

Definition at line 54 of file RegAllocFast.h.

◆ printPipeline()

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

◆ run()

PreservedAnalyses RegAllocFastPass::run ( MachineFunction MF,
MachineFunctionAnalysisManager  
)

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