Lines Matching refs:d
76 long d = 0; in $opt$TestFourLive() local
81 d++; in $opt$TestFourLive()
83 return d; in $opt$TestFourLive()
90 long d = 0; in $opt$TestMultipleLive() local
98 d++; in $opt$TestMultipleLive()
123 long d = 0; in $opt$testSpillInIf() local
128 d += 2; 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
137 long i = c - d; 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
158 long i = c - d; in $opt$TestAgressiveLive2()
164 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive2()