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 351 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
580 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
588 /// testZIV - Tests the ZIV subscript pair (Src and Dst) for dependence.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 81 STATISTIC(ZIVapplications, "ZIV applications");
82 STATISTIC(ZIVindependence, "ZIV independence");
908 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
924 return Subscript::ZIV;
    [all...]

Completed in 112 milliseconds