LLVM: llvm::VirtRegMapAnalysis Class Reference (original) (raw)

#include "[llvm/CodeGen/VirtRegMap.h](VirtRegMap%5F8h%5Fsource.html)"

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 AnalysisKey * ID ()
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

using llvm::VirtRegMapAnalysis::Result = VirtRegMap

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: