LLVM 22.0.0git
llvm::VirtRegMapAnalysis Class Reference

#include "llvm/CodeGen/VirtRegMap.h"

Inheritance diagram for llvm::VirtRegMapAnalysis:
[legend]

Public Types

using Result = VirtRegMap

Public Member Functions

LLVM_ABI VirtRegMap run (MachineFunction &MF, MachineFunctionAnalysisManager &MAM)
Public Member Functions inherited from llvm::PassInfoMixin< VirtRegMapAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Definition at line 220 of file VirtRegMap.h.

Member Typedef Documentation

◆ Result

Definition at line 225 of file VirtRegMap.h.

Member Function Documentation

◆ run()

VirtRegMap VirtRegMapAnalysis::run ( MachineFunction & MF,
MachineFunctionAnalysisManager & MAM )

Definition at line 182 of file VirtRegMap.cpp.

References llvm::VirtRegMap::init(), and MAM.

Referenced by llvm::SIPreAllocateWWMRegsPass::run().


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