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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 354 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
583 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
617 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
727 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
743 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 344 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
573 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
607 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
717 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
733 /// 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 425 milliseconds