Searched defs:SIV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h320 /// found by the weak-crossing SIV test. The dependence will have a flag,
348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator in enum:llvm::DependenceAnalysis::Subscript::ClassificationKind
571 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
588 /// testSIV - Tests the SIV subscript pair (Src and Dst) for dependence.
626 /// strongSIVtest - Tests the strong SIV subscript pair (Src and Dst)
642 /// weakCrossingSIVtest - Tests the weak-crossing SIV subscript pair
661 /// ExactSIVtest - Tests the SIV subscript pair
679 /// weakZeroSrcSIVtest - Tests the weak-zero SIV subscript pair
697 /// weakZeroDstSIVtest - Tests the weak-zero SIV subscript pair
739 /// ordinary SIV test
[all...]

Completed in 1614 milliseconds