DependenceInfo - This class is the main dependence-analysis driver.
Declared in <llvm/Analysis/DependenceAnalysis.h>
class DependenceInfo;
| Name | Description |
|---|---|
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. |