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

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

Inheritance diagram for llvm::LiveIntervalsAnalysis:

[legend]

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

Detailed Description

Definition at line 514 of file LiveIntervals.h.

Member Typedef Documentation

Result

using llvm::LiveIntervalsAnalysis::Result = LiveIntervals

Definition at line 519 of file LiveIntervals.h.

Member Function Documentation

run()

LiveIntervalsAnalysis::Result LiveIntervalsAnalysis::run ( MachineFunction & MF,
MachineFunctionAnalysisManager & MFAM )

Definition at line 65 of file LiveIntervals.cpp.

References llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().

Referenced by llvm::GCNPreRAOptimizationsPass::run(), llvm::SIFormMemoryClausesPass::run(), and llvm::SIOptimizeExecMaskingPreRAPass::run().


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