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

Analysis pass that exposes the [MachineLoopInfo](classllvm%5F1%5F1MachineLoopInfo.html) for a machine function. More...

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

Inheritance diagram for llvm::MachineLoopAnalysis:

Public Member Functions
Result run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
- 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< MachineLoopAnalysis >
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.

Detailed Description

Analysis pass that exposes the [MachineLoopInfo](classllvm%5F1%5F1MachineLoopInfo.html) for a machine function.

Definition at line 136 of file MachineLoopInfo.h.

Member Typedef Documentation

Result

Member Function Documentation

run()


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