LLVM 19.0.0git
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 ()
 
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.
 

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 ( )
inline

◆ getRequiredProperties()

MachineFunctionProperties llvm::RegAllocFastPass::getRequiredProperties ( )
inline

◆ getSetProperties()

MachineFunctionProperties llvm::RegAllocFastPass::getSetProperties ( )
inline

◆ 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: