Lines Matching full:after

144   /// CHECK-START: int Main.IntNegation() constant_folding (after)
148 /// CHECK-START: int Main.IntNegation() constant_folding (after)
163 /// CHECK-START: long Main.LongNegation() constant_folding (after)
167 /// CHECK-START: long Main.LongNegation() constant_folding (after)
182 /// CHECK-START: float Main.FloatNegation() constant_folding (after)
186 /// CHECK-START: float Main.FloatNegation() constant_folding (after)
201 /// CHECK-START: double Main.DoubleNegation() constant_folding (after)
205 /// CHECK-START: double Main.DoubleNegation() constant_folding (after)
226 /// CHECK-START: int Main.IntAddition1() constant_folding (after)
230 /// CHECK-START: int Main.IntAddition1() constant_folding (after)
249 /// CHECK-START: int Main.IntAddition2() constant_folding (after)
253 /// CHECK-START: int Main.IntAddition2() constant_folding (after)
274 /// CHECK-START: long Main.LongAddition() constant_folding (after)
278 /// CHECK-START: long Main.LongAddition() constant_folding (after)
295 /// CHECK-START: float Main.FloatAddition() constant_folding (after)
299 /// CHECK-START: float Main.FloatAddition() constant_folding (after)
316 /// CHECK-START: double Main.DoubleAddition() constant_folding (after)
320 /// CHECK-START: double Main.DoubleAddition() constant_folding (after)
342 /// CHECK-START: int Main.IntSubtraction() constant_folding (after)
346 /// CHECK-START: int Main.IntSubtraction() constant_folding (after)
363 /// CHECK-START: long Main.LongSubtraction() constant_folding (after)
367 /// CHECK-START: long Main.LongSubtraction() constant_folding (after)
384 /// CHECK-START: float Main.FloatSubtraction() constant_folding (after)
388 /// CHECK-START: float Main.FloatSubtraction() constant_folding (after)
405 /// CHECK-START: double Main.DoubleSubtraction() constant_folding (after)
409 /// CHECK-START: double Main.DoubleSubtraction() constant_folding (after)
431 /// CHECK-START: int Main.IntMultiplication() constant_folding (after)
435 /// CHECK-START: int Main.IntMultiplication() constant_folding (after)
452 /// CHECK-START: long Main.LongMultiplication() constant_folding (after)
456 /// CHECK-START: long Main.LongMultiplication() constant_folding (after)
473 /// CHECK-START: float Main.FloatMultiplication() constant_folding (after)
477 /// CHECK-START: float Main.FloatMultiplication() constant_folding (after)
494 /// CHECK-START: double Main.DoubleMultiplication() constant_folding (after)
498 /// CHECK-START: double Main.DoubleMultiplication() constant_folding (after)
521 /// CHECK-START: int Main.IntDivision() constant_folding (after)
525 /// CHECK-START: int Main.IntDivision() constant_folding (after)
544 /// CHECK-START: long Main.LongDivision() constant_folding (after)
548 /// CHECK-START: long Main.LongDivision() constant_folding (after)
566 /// CHECK-START: float Main.FloatDivision() constant_folding (after)
570 /// CHECK-START: float Main.FloatDivision() constant_folding (after)
587 /// CHECK-START: double Main.DoubleDivision() constant_folding (after)
591 /// CHECK-START: double Main.DoubleDivision() constant_folding (after)
614 /// CHECK-START: int Main.IntRemainder() constant_folding (after)
618 /// CHECK-START: int Main.IntRemainder() constant_folding (after)
637 /// CHECK-START: long Main.LongRemainder() constant_folding (after)
641 /// CHECK-START: long Main.LongRemainder() constant_folding (after)
659 /// CHECK-START: float Main.FloatRemainder() constant_folding (after)
663 /// CHECK-START: float Main.FloatRemainder() constant_folding (after)
680 /// CHECK-START: double Main.DoubleRemainder() constant_folding (after)
684 /// CHECK-START: double Main.DoubleRemainder() constant_folding (after)
707 /// CHECK-START: int Main.ShlIntLong() constant_folding (after)
711 /// CHECK-START: int Main.ShlIntLong() constant_folding (after)
726 /// CHECK-START: long Main.ShlLongInt() constant_folding (after)
730 /// CHECK-START: long Main.ShlLongInt() constant_folding (after)
751 /// CHECK-START: int Main.ShrIntLong() constant_folding (after)
755 /// CHECK-START: int Main.ShrIntLong() constant_folding (after)
770 /// CHECK-START: long Main.ShrLongInt() constant_folding (after)
774 /// CHECK-START: long Main.ShrLongInt() constant_folding (after)
795 /// CHECK-START: int Main.UShrIntLong() constant_folding (after)
799 /// CHECK-START: int Main.UShrIntLong() constant_folding (after)
814 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
818 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
839 /// CHECK-START: long Main.AndIntLong() constant_folding (after)
843 /// CHECK-START: long Main.AndIntLong() constant_folding (after)
859 /// CHECK-START: long Main.AndLongInt() constant_folding (after)
863 /// CHECK-START: long Main.AndLongInt() constant_folding (after)
878 /// CHECK-START: int Main.AndSelfNegated(int) constant_folding (after)
882 /// CHECK-START: int Main.AndSelfNegated(int) constant_folding (after)
895 /// CHECK-START: int Main.OrSelfNegated(int) constant_folding (after)
899 /// CHECK-START: int Main.OrSelfNegated(int) constant_folding (after)
912 /// CHECK-START: int Main.XorSelfNegated(int) constant_folding (after)
916 /// CHECK-START: int Main.XorSelfNegated(int) constant_folding (after)
929 /// CHECK-START: long Main.AndSelfNegated(long) constant_folding (after)
933 /// CHECK-START: long Main.AndSelfNegated(long) constant_folding (after)
946 /// CHECK-START: long Main.OrSelfNegated(long) constant_folding (after)
950 /// CHECK-START: long Main.OrSelfNegated(long) constant_folding (after)
963 /// CHECK-START: long Main.XorSelfNegated(long) constant_folding (after)
967 /// CHECK-START: long Main.XorSelfNegated(long) constant_folding (after)
986 /// CHECK-START: long Main.OrIntLong() constant_folding (after)
990 /// CHECK-START: long Main.OrIntLong() constant_folding (after)
1006 /// CHECK-START: long Main.OrLongInt() constant_folding (after)
1010 /// CHECK-START: long Main.OrLongInt() constant_folding (after)
1031 /// CHECK-START: long Main.XorIntLong() constant_folding (after)
1035 /// CHECK-START: long Main.XorIntLong() constant_folding (after)
1051 /// CHECK-START: long Main.XorLongInt() constant_folding (after)
1055 /// CHECK-START: long Main.XorLongInt() constant_folding (after)
1075 /// CHECK-START: int Main.StaticCondition() constant_folding (after)
1079 /// CHECK-START: int Main.StaticCondition() constant_folding (after)
1103 /// CHECK-START: int Main.StaticConditionNulls() constant_folding$after_inlining (after)
1107 /// CHECK-START: int Main.StaticConditionNulls() constant_folding$after_inlining (after)
1114 /// CHECK-START: int Main.StaticConditionNulls() dead_code_elimination$after_inlining (after)
1146 /// CHECK-START: int Main.JumpsAndConditionals(boolean) constant_folding (after)
1152 /// CHECK-START: int Main.JumpsAndConditionals(boolean) constant_folding (after)
1178 /// CHECK-START: long Main.Mul0(long) constant_folding (after)
1183 /// CHECK-START: long Main.Mul0(long) constant_folding (after)
1197 /// CHECK-START: long Main.Rem0(long) constant_folding (after)
1201 /// CHECK-START: long Main.Rem0(long) constant_folding (after)
1214 /// CHECK-START: int Main.Rem1(int) constant_folding (after)
1218 /// CHECK-START: int Main.Rem1(int) constant_folding (after)
1231 /// CHECK-START: int Main.RemN1(int) constant_folding (after)
1235 /// CHECK-START: int Main.RemN1(int) constant_folding (after)
1249 /// CHECK-START: long Main.Rem1(long) constant_folding (after)
1253 /// CHECK-START: long Main.Rem1(long) constant_folding (after)
1267 /// CHECK-START: long Main.RemN1(long) constant_folding (after)
1271 /// CHECK-START: long Main.RemN1(long) constant_folding (after)
1284 /// CHECK-START: int Main.Shl0(int) constant_folding (after)
1289 /// CHECK-START: int Main.Shl0(int) constant_folding (after)
1302 /// CHECK-START: long Main.ShlLong0WithInt(int) constant_folding (after)
1307 /// CHECK-START: long Main.ShlLong0WithInt(int) constant_folding (after)
1321 /// CHECK-START: long Main.Shr0(int) constant_folding (after)
1326 /// CHECK-START: long Main.Shr0(int) constant_folding (after)
1338 /// CHECK-START: long Main.SubSameLong(long) constant_folding (after)
1343 /// CHECK-START: long Main.SubSameLong(long) constant_folding (after)
1356 /// CHECK-START: int Main.UShr0(int) constant_folding (after)
1361 /// CHECK-START: int Main.UShr0(int) constant_folding (after)
1373 /// CHECK-START: int Main.XorSameInt(int) constant_folding (after)
1378 /// CHECK-START: int Main.XorSameInt(int) constant_folding (after)
1394 /// CHECK-START: boolean Main.CmpFloatGreaterThanNaN(float) constant_folding (after)
1401 /// CHECK-START: boolean Main.CmpFloatGreaterThanNaN(float) constant_folding (after)
1418 /// CHECK-START: boolean Main.CmpDoubleLessThanNaN(double) constant_folding (after)
1425 /// CHECK-START: boolean Main.CmpDoubleLessThanNaN(double) constant_folding (after)
1443 /// CHECK-START: int Main.ReturnInt33() constant_folding (after)
1447 /// CHECK-START: int Main.ReturnInt33() constant_folding (after)
1460 /// CHECK-START: int Main.ReturnIntMax() constant_folding (after)
1464 /// CHECK-START: int Main.ReturnIntMax() constant_folding (after)
1477 /// CHECK-START: int Main.ReturnInt0() constant_folding (after)
1481 /// CHECK-START: int Main.ReturnInt0() constant_folding (after)
1494 /// CHECK-START: long Main.ReturnLong33() constant_folding (after)
1498 /// CHECK-START: long Main.ReturnLong33() constant_folding (after)
1511 /// CHECK-START: long Main.ReturnLong34() constant_folding (after)
1515 /// CHECK-START: long Main.ReturnLong34() constant_folding (after)
1528 /// CHECK-START: long Main.ReturnLong0() constant_folding (after)
1532 /// CHECK-START: long Main.ReturnLong0() constant_folding (after)
1545 /// CHECK-START: float Main.ReturnFloat33() constant_folding (after)
1549 /// CHECK-START: float Main.ReturnFloat33() constant_folding (after)
1562 /// CHECK-START: float Main.ReturnFloat34() constant_folding (after)
1566 /// CHECK-START: float Main.ReturnFloat34() constant_folding (after)
1579 /// CHECK-START: float Main.ReturnFloat99P25() constant_folding (after)
1583 /// CHECK-START: float Main.ReturnFloat99P25() constant_folding (after)
1596 /// CHECK-START: double Main.ReturnDouble33() constant_folding (after)
1610 /// CHECK-START: double Main.ReturnDouble34() constant_folding (after)
1614 /// CHECK-START: double Main.ReturnDouble34() constant_folding (after)
1627 /// CHECK-START: double Main.ReturnDouble99P25() constant_folding (after)
1631 /// CHECK-START: double Main.ReturnDouble99P25() constant_folding (after)
1646 /// CHECK-START: int Main.$inline$SpecialCaseForZeroInt(int) constant_folding (after)
1649 /// CHECK-START: int Main.$inline$SpecialCaseForZeroInt(int) constant_folding (after)
1652 /// CHECK-START: int Main.$inline$SpecialCaseForZeroInt(int) constant_folding (after)
1669 /// CHECK-START: long Main.$inline$SpecialCaseForZeroLong(long) constant_folding (after)
1672 /// CHECK-START: long Main.$inline$SpecialCaseForZeroLong(long) constant_folding (after)
1675 /// CHECK-START: long Main.$inline$SpecialCaseForZeroLong(long) constant_folding (after)
1689 /// CHECK-START: float Main.$noinline$SpecialCaseForZeroFloat(float) constant_folding (after)
1692 /// CHECK-START: float Main.$noinline$SpecialCaseForZeroFloat(float) constant_folding (after)
1706 /// CHECK-START: double Main.$noinline$SpecialCaseForZeroDouble(double) constant_folding (after)
1709 /// CHECK-START: double Main.$noinline$SpecialCaseForZeroDouble(double) constant_folding (after)
1724 /// CHECK-START: int Main.$noinline$NotEqualsPropagationInt(int) constant_folding (after)
1727 /// CHECK-START: int Main.$noinline$NotEqualsPropagationInt(int) constant_folding (after)
1730 /// CHECK-START: int Main.$noinline$NotEqualsPropagationInt(int) constant_folding (after)
1745 /// CHECK-START: long Main.$noinline$NotEqualsPropagationLong(long) constant_folding (after)
1748 /// CHECK-START: long Main.$noinline$NotEqualsPropagationLong(long) constant_folding (after)
1751 /// CHECK-START: long Main.$noinline$NotEqualsPropagationLong(long) constant_folding (after)
1766 /// CHECK-START: float Main.$noinline$NotEqualsPropagationFloat(float) constant_folding (after)
1781 /// CHECK-START: double Main.$noinline$NotEqualsPropagationDouble(double) constant_folding (after)
1792 /// CHECK-START: int Main.$noinline$InlineCaleeWithSpecialCaseForZeroInt(int) inliner (after)
1795 /// CHECK-START: int Main.$noinline$InlineCaleeWithSpecialCaseForZeroInt(int) inliner (after)
1798 /// CHECK-START: int Main.$noinline$InlineCaleeWithSpecialCaseForZeroInt(int) inliner (after)
1808 /// CHECK-START: long Main.$noinline$InlineCaleeWithSpecialCaseForZeroLong(long) inliner (after)
1811 /// CHECK-START: long Main.$noinline$InlineCaleeWithSpecialCaseForZeroLong(long) inliner (after)
1814 /// CHECK-START: long Main.$noinline$InlineCaleeWithSpecialCaseForZeroLong(long) inliner (after)
1830 /// CHECK-START: int Main.$noinline$NotEqualsImplicitElseInt(int) constant_folding (after)
1844 /// CHECK-START: long Main.$noinline$NotEqualsImplicitElseLong(long) constant_folding (after)
1858 /// CHECK-START: float Main.$noinline$NotEqualsImplicitElseFloat(float) constant_folding (after)
1872 …/// CHECK-START: double Main.$noinline$NotEqualsImplicitElseDouble(double) constant_folding (after)
1889 /// CHECK-START: int Main.$noinline$PropagatingParameterValue(boolean) constant_folding (after)
1899 …-START: int Main.$noinline$PropagatingParameterValue(boolean) dead_code_elimination$initial (after)
1903 …-START: int Main.$noinline$PropagatingParameterValue(boolean) dead_code_elimination$initial (after)
1906 …-START: int Main.$noinline$PropagatingParameterValue(boolean) dead_code_elimination$initial (after)