Searched refs:MIV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h348 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.
618 /// testMIV - Tests the MIV subscript pair (Src and Dst) for dependence.
747 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
757 /// banerjeeMIVtest - Tests an MIV subscript pair for dependence.
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp23 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
30 // subscripts, and thus avoid the more expensive and less precise MIV tests. The
841 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
864 return Subscript::MIV;
2174 // Tests the single-subscript MIV pair (Src and Dst) for dependence.
2203 // Tests an MIV subscript pair for dependence.
2402 // Use Banerjee's Inequalities to test an MIV subscript pair.
3233 // The delinearization transforms a single-subscript MIV dependence test into
3423 // 3 [m] [i + j] MIV {1,2,5} {1,2,5} {3}
3463 // SIV, RDIV, or MIV, s
[all...]

Completed in 103 milliseconds