AnalysisPass to compute dependence information in a function

Synopsis

Declared in <llvm/Analysis/DependenceAnalysis.h>

class DependenceAnalysis
    : public AnalysisInfoMixin<DependenceAnalysis>

Base Classes

Name

Description

AnalysisInfoMixin<DependenceAnalysis>

A CRTP mix‐in that provides informational APIs needed for analysis passes.

Type Aliases

Name

Result

Member Functions

Name

run

Static Member Functions

Name

Description

ID

Returns an opaque, unique ID for this analysis type.

Friends

Name

Description

llvm::AnalysisInfoMixin

A CRTP mix‐in that provides informational APIs needed for analysis passes.

Created with MrDocs