LLVM 20.0.0git
|
Analysis pass that exposes the MachineLoopInfo
for a machine function.
More...
#include "llvm/CodeGen/MachineLoopInfo.h"
Public Types | |
using | Result = MachineLoopInfo |
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. | |
Analysis pass that exposes the MachineLoopInfo
for a machine function.
Definition at line 136 of file MachineLoopInfo.h.
Definition at line 141 of file MachineLoopInfo.h.
MachineLoopAnalysis::Result MachineLoopAnalysis::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 36 of file MachineLoopInfo.cpp.
References llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
Referenced by llvm::SIOptimizeVGPRLiveRangePass::run().