HomeSort by: relevance | last modified time | path
    Searched refs:MIV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
588 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
635 /// testMIV - Tests the MIV subscript pair (Src and Dst) for dependence.
764 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
774 /// banerjeeMIVtest - Tests an MIV subscript pair for dependence.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 22 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
28 // subscripts, and thus avoid the more expensive and less precise MIV tests. The
929 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
952 return Subscript::MIV;
2272 // Tests the single-subscript MIV pair (Src and Dst) for dependence.
2301 // Tests an MIV subscript pair for dependence.
2489 // Use Banerjee's Inequalities to test an MIV subscript pair.
3288 // The delinearization transforms a single-subscript MIV dependence test into
3622 // 3 [m] [i + j] MIV {1,2,5} {1,2,5} {3}
3661 // SIV, RDIV, or MIV, so check for coupled grou
    [all...]

Completed in 27 milliseconds