llvm::SlotIndexesAnalysis

Analysis pass that computes SlotIndexes for a MachineFunction.

Synopsis

Declared in <llvm/CodeGen/SlotIndexes.h>

class SlotIndexesAnalysis
    : public AnalysisInfoMixin<SlotIndexesAnalysis>

Base Classes

NameDescription
AnalysisInfoMixin<SlotIndexesAnalysis>A CRTP mix-in that provides informational APIs needed for analysis passes.

Type Aliases

NameDescription
Result Result type produced by this analysis.

Member Functions

NameDescription
run Run the SlotIndexes analysis on MF.

Static Member Functions

NameDescription
ID Returns an opaque, unique ID for this analysis type.

Friends

NameDescription
llvm::AnalysisInfoMixinA CRTP mix-in that provides informational APIs needed for analysis passes.