LLVM 20.0.0git
Public Types | Public Member Functions | List of all members
llvm::LiveRegMatrixAnalysis Class Reference

#include "llvm/CodeGen/LiveRegMatrix.h"

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

Public Types

using Result = LiveRegMatrix
 

Public Member Functions

LiveRegMatrix run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< LiveRegMatrixAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 192 of file LiveRegMatrix.h.

Member Typedef Documentation

◆ Result

Definition at line 197 of file LiveRegMatrix.h.

Member Function Documentation

◆ run()

LiveRegMatrix LiveRegMatrixAnalysis::run ( MachineFunction MF,
MachineFunctionAnalysisManager MFAM 
)

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