LLVM 22.0.0git
llvm::MachineDominatorTreeAnalysis Class Reference

Analysis pass which computes a MachineDominatorTree. More...

#include "llvm/CodeGen/MachineDominators.h"

Inheritance diagram for llvm::MachineDominatorTreeAnalysis:
[legend]

Public Types

using Result = MachineDominatorTree

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Analysis pass which computes a MachineDominatorTree.

Definition at line 102 of file MachineDominators.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

Definition at line 79 of file MachineDominators.cpp.

Referenced by llvm::SILowerSGPRSpillsPass::run().


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