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 351 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
580 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
627 /// testMIV - Tests the MIV subscript pair (Src and Dst) for dependence.
756 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
766 /// 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
908 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
931 return Subscript::MIV;
    [all...]

Completed in 485 milliseconds