LLVM 22.0.0git
llvm::MachineLoopAnalysis Class Reference

Analysis pass that exposes the MachineLoopInfo for a machine function. More...

#include "llvm/CodeGen/MachineLoopInfo.h"

Inheritance diagram for llvm::MachineLoopAnalysis:
[legend]

Public Types

using Result = MachineLoopInfo

Public Member Functions

LLVM_ABI Result run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
Public Member Functions inherited from llvm::PassInfoMixin< MachineLoopAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< MachineLoopAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< MachineLoopAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Analysis pass that exposes the MachineLoopInfo for a machine function.

Definition at line 140 of file MachineLoopInfo.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()


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