HomeSort by relevance Sort by last modified time
    Searched full:unrolllv (Results 1 - 1 of 1) sorted by null

  /art/test/627-checker-unroll/src/
Main.java 44 /// CHECK-START: int Main.unrollLV() loop_optimization (before)
49 /// CHECK-START: int Main.unrollLV() loop_optimization (after)
52 /// CHECK-START: int Main.unrollLV() instruction_simplifier$after_bce (after)
58 /// CHECK-START: int Main.unrollLV() loop_optimization (after)
60 public static int unrollLV() {
107 expectEquals(12, unrollLV());

Completed in 306 milliseconds