HomeSort by relevance Sort by last modified time
    Searched refs:ZIV (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.
579 /// testZIV - Tests the ZIV subscript pair (Src and Dst) for dependence.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 79 STATISTIC(ZIVapplications, "ZIV applications");
80 STATISTIC(ZIVindependence, "ZIV independence");
841 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
857 return Subscript::ZIV;
    [all...]

Completed in 68 milliseconds