LLVM 22.0.0git
DependenceAnalysis.h File Reference

Go to the source code of this file.

Classes

class  llvm::Dependence
 Dependence - This class represents a dependence between two memory memory references in a function. More...
struct  llvm::Dependence::DVEntry
 Dependence::DVEntry - Each level in the distance/direction vector has a direction (or perhaps a union of several directions), and perhaps a distance. More...
class  llvm::FullDependence
 FullDependence - This class represents a dependence between two memory references in a function. More...
class  llvm::DependenceInfo
 DependenceInfo - This class is the main dependence-analysis driver. More...
class  llvm::DependenceAnalysis
 AnalysisPass to compute dependence information in a function. More...
struct  llvm::DependenceAnalysisPrinterPass
 Printer pass to dump DA results. More...
class  llvm::DependenceAnalysisWrapperPass
 Legacy pass manager pass to access dependence information. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI FunctionPassllvm::createDependenceAnalysisWrapperPass ()
 createDependenceAnalysisPass - This creates an instance of the DependenceAnalysis wrapper pass.