LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::DDGAnalysis Class Reference

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

#include "llvm/Analysis/DDG.h"

Inheritance diagram for llvm::DDGAnalysis:
Inheritance graph
[legend]

Public Types

using Result = std::unique_ptr< DataDependenceGraph >
 

Public Member Functions

Result run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR)
 DDG as a loop pass.
 
- 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< DDGAnalysis >
static AnalysisKeyID ()
 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 builds the DDG for a loop.

Definition at line 414 of file DDG.h.

Member Typedef Documentation

◆ Result

Definition at line 416 of file DDG.h.

Member Function Documentation

◆ run()

DDGAnalysis::Result DDGAnalysis::run ( Loop L,
LoopAnalysisManager AM,
LoopStandardAnalysisResults AR 
)

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