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

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 35 STATISTIC(NumCmps, "Number of comparisons propagated");
211 ++NumCmps;
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 112 STATISTIC(NumCmps, "Number of compares eliminated");
575 ++NumCmps;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 328 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps,
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 760 unsigned NumCmps = 0;
779 if (NumCmps++)
    [all...]

Completed in 89 milliseconds