Lines Matching refs:d
70 int d = 0; in $opt$reg$TestFourLive() local
75 d++; in $opt$reg$TestFourLive()
77 return d; in $opt$reg$TestFourLive()
84 int d = 0; in $opt$reg$TestMultipleLive() local
92 d++; in $opt$reg$TestMultipleLive()
117 int d = 0; in $opt$reg$testSpillInIf() local
122 d += 2; 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
131 int i = c - d; 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
152 int i = c - d; in $opt$reg$TestAgressiveLive2()
158 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive2()