HomeSort by relevance Sort by last modified time
    Searched refs:RDIV (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 506 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y))
508 #define EDGE_FREQUENCY(e) RDIV ((e)->src->frequency * (e)->probability, \
955 return RDIV (prob1 * prob2, REG_BR_PROB_BASE);
    [all...]
  /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.
614 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
724 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
740 /// 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.
95 STATISTIC(ExactRDIVapplications, "Exact RDIV applications");
96 STATISTIC(ExactRDIVindependence, "Exact RDIV independence");
97 STATISTIC(SymbolicRDIVapplications, "Symbolic RDIV applications");
98 STATISTIC(SymbolicRDIVindependence, "Symbolic RDIV independence");
908 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
930 return Subscript::RDIV;
    [all...]

Completed in 56 milliseconds