llvm::DependenceInfo

DependenceInfo - This class is the main dependence-analysis driver.

Synopsis

Declared in <llvm/Analysis/DependenceAnalysis.h>

class DependenceInfo;

Member Functions

NameDescription
DependenceInfo [constructor]Construct dependence analysis for function F.
depends Test for a dependence between the Src and Dst instructions.
getFunction Return the function being analyzed.
invalidate Handle transitive invalidation when the cached analysis results go away.