LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::LoopAccessAnalysis Class Reference

This analysis provides dependence information for the memory accesses of a loop. More...

#include "llvm/Analysis/LoopAccessAnalysis.h"

Inheritance diagram for llvm::LoopAccessAnalysis:
Inheritance graph
[legend]
Collaboration diagram for llvm::LoopAccessAnalysis:
Collaboration graph
[legend]

Public Types

typedef LoopAccessInfo Result
 

Public Member Functions

Result run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR)
 

Additional Inherited Members

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

Detailed Description

This analysis provides dependence information for the memory accesses of a loop.

It runs the analysis for a loop on demand. This can be initiated by querying the loop access info via AM.getResult<LoopAccessAnalysis>. getResult return a LoopAccessInfo object. See this class for the specifics of what information is provided.

Definition at line 762 of file LoopAccessAnalysis.h.

Member Typedef Documentation

◆ Result

Definition at line 768 of file LoopAccessAnalysis.h.

Member Function Documentation

◆ run()

LoopAccessInfo LoopAccessAnalysis::run ( Loop L,
LoopAnalysisManager AM,
LoopStandardAnalysisResults AR 
)

Definition at line 2388 of file LoopAccessAnalysis.cpp.

References llvm::LoopAccessInfo::LoopAccessInfo().


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