LLVM 22.0.0git
llvm::DDGAnalysis Class Reference

Analysis pass that builds the DDG for a loop. More...

#include "llvm/Analysis/DDG.h"

Inheritance diagram for llvm::DDGAnalysis:
[legend]

Public Types

using Result = std::unique_ptr<DataDependenceGraph>

Public Member Functions

LLVM_ABI Result run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR)
 DDG as a loop pass.
Public Member Functions inherited from llvm::PassInfoMixin< DDGAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Analysis pass that builds the DDG for a loop.

Definition at line 416 of file DDG.h.

Member Typedef Documentation

◆ Result

Definition at line 418 of file DDG.h.

Member Function Documentation

◆ run()


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