HomeSort by relevance Sort by last modified time
    Searched refs:RDIV (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.
605 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
715 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
731 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 23 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
92 STATISTIC(ExactRDIVapplications, "Exact RDIV applications");
93 STATISTIC(ExactRDIVindependence, "Exact RDIV independence");
94 STATISTIC(SymbolicRDIVapplications, "Symbolic RDIV applications");
95 STATISTIC(SymbolicRDIVindependence, "Symbolic RDIV independence");
836 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
858 return Subscript::RDIV;
    [all...]

Completed in 2101 milliseconds