Lines Matching refs:b
42 long b = 0; in $opt$TestLostCopy() local
44 b = a; in $opt$TestLostCopy()
47 return b; in $opt$TestLostCopy()
52 long b = 0; in $opt$TestTwoLive() local
55 b += 3; in $opt$TestTwoLive()
57 return a - b; in $opt$TestTwoLive()
62 long b = 0; in $opt$TestThreeLive() local
66 b += 3; in $opt$TestThreeLive()
69 return a - b - c; in $opt$TestThreeLive()
74 long b = 0; in $opt$TestFourLive() local
79 b += 3; in $opt$TestFourLive()
88 long b = 0; in $opt$TestMultipleLive() local
96 b++; in $opt$TestMultipleLive()
108 long b = 0; in $opt$TestWithBreakAndContinue() local
114 b++; in $opt$TestWithBreakAndContinue()
119 return a - b; in $opt$TestWithBreakAndContinue()
122 public static long $opt$testSpillInIf(long a, long b, long c) { in $opt$testSpillInIf() argument
126 b++; in $opt$testSpillInIf()
132 return a - b - c - d - e; in $opt$testSpillInIf()
135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1() argument
136 long h = a - b; in $opt$TestAgressiveLive1()
141 b++; in $opt$TestAgressiveLive1()
153 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive1()
156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2() argument
157 long h = a - b; in $opt$TestAgressiveLive2()
164 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive2()