HomeSort by relevance Sort by last modified time
    Searched refs:MIV (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
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.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 23 // 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;
    [all...]

Completed in 35 milliseconds