Lines Matching refs:b

36     int b = 0;  in $opt$reg$TestLostCopy()  local
38 b = a; in $opt$reg$TestLostCopy()
41 return b; in $opt$reg$TestLostCopy()
46 int b = 0; in $opt$reg$TestTwoLive() local
49 b += 3; in $opt$reg$TestTwoLive()
51 return a - b; in $opt$reg$TestTwoLive()
56 int b = 0; in $opt$reg$TestThreeLive() local
60 b += 3; in $opt$reg$TestThreeLive()
63 return a - b - c; in $opt$reg$TestThreeLive()
68 int b = 0; in $opt$reg$TestFourLive() local
73 b += 3; in $opt$reg$TestFourLive()
82 int b = 0; in $opt$reg$TestMultipleLive() local
90 b++; in $opt$reg$TestMultipleLive()
102 int b = 0; in $opt$reg$TestWithBreakAndContinue() local
108 b++; in $opt$reg$TestWithBreakAndContinue()
113 return a - b; in $opt$reg$TestWithBreakAndContinue()
116 public static int $opt$reg$testSpillInIf(int a, int b, int c) { in $opt$reg$testSpillInIf() argument
120 b++; in $opt$reg$testSpillInIf()
126 return a - b - c - d - e; in $opt$reg$testSpillInIf()
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1() argument
130 int h = a - b; in $opt$reg$TestAgressiveLive1()
135 b++; in $opt$reg$TestAgressiveLive1()
147 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive1()
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2() argument
151 int h = a - b; in $opt$reg$TestAgressiveLive2()
158 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive2()