HomeSort by relevance Sort by last modified time
    Searched defs:RDIV (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.
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...]
  /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...]

Completed in 94 milliseconds