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

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

Inheritance diagram for llvm::SlotIndexesAnalysis:

[legend]

Public Types
using Result = SlotIndexes
Public Member Functions
LLVM_ABI Result run (MachineFunction &MF, MachineFunctionAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< SlotIndexesAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Additional Inherited Members
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< SlotIndexesAnalysis >
static AnalysisKey * ID ()
Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< SlotIndexesAnalysis >
static StringRef name ()
Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 656 of file SlotIndexes.h.

Member Typedef Documentation

Result

using llvm::SlotIndexesAnalysis::Result = SlotIndexes

Definition at line 661 of file SlotIndexes.h.

Member Function Documentation

run()

SlotIndexesAnalysis::Result SlotIndexesAnalysis::run ( MachineFunction & MF,
MachineFunctionAnalysisManager & )

Definition at line 24 of file SlotIndexes.cpp.

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


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