LLVM 20.0.0git
|
#include "llvm/CodeGen/VirtRegMap.h"
Public Types | |
using | Result = VirtRegMap |
Public Member Functions | |
VirtRegMap | run (MachineFunction &MF, MachineFunctionAnalysisManager &MAM) |
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< VirtRegMapAnalysis > | |
static AnalysisKey * | ID () |
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. | |
Definition at line 219 of file VirtRegMap.h.
Definition at line 224 of file VirtRegMap.h.
VirtRegMap VirtRegMapAnalysis::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MAM | ||
) |
Definition at line 184 of file VirtRegMap.cpp.
References llvm::VirtRegMap::init().
Referenced by llvm::SIPreAllocateWWMRegsPass::run().