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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 63 STATISTIC(NumInserted, "Number of pre-header or exit blocks inserted");
205 ++NumInserted;
228 ++NumInserted;
257 ++NumInserted;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 503 unsigned NumInserted = 0;
518 if (NumInserted++ == 0) {
534 if (NumInserted == 0) {
IndVarSimplify.cpp 55 STATISTIC(NumInserted , "Number of canonical indvars added");
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 44 STATISTIC(NumInserted, "Number of DBG_VALUE instructions inserted");
416 ++NumInserted;
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 75 STATISTIC(NumInserted, "Number of pre-header or exit blocks inserted");
529 ++NumInserted;
550 ++NumInserted;
585 ++NumInserted;
    [all...]

Completed in 278 milliseconds