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

  /external/caliper/examples/src/main/java/examples/
EnumSetContainsBenchmark.java 40 RegularSize.E39, RegularSize.E40, "A", LargeSize.E40, null };
45 return EnumSet.allOf(LargeSize.class);
48 return new Object[] { LargeSize.E1, LargeSize.E63, LargeSize.E64,
49 LargeSize.E65, LargeSize.E140, "A", RegularSize.E40, null };
63 private enum LargeSize {
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 672 auto LargeSize = iter->second.size();
673 if (SmallSize != LargeSize) { // ignore the case where they are
676 if (SmallSize > LargeSize) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 69 milliseconds