Searched refs:ZIV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator in enum:llvm::DependenceAnalysis::Subscript::ClassificationKind
571 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
579 /// testZIV - Tests the ZIV subscript pair (Src and Dst) for dependence.
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp79 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;
953 // the ZIV test. Basically, we test by comparing the two values,
3414 // We've already classified each subscript pair as ZIV, SIV, etc.,
3458 else if (Pair[SI].Classification == Subscript::ZIV) {
3501 case Subscript::ZIV:
3502 DEBUG(dbgs() << ", ZIV\n");
3589 case Subscript::ZIV
[all...]

Completed in 112 milliseconds