Lines Matching defs:x
69 public static boolean BooleanNot(boolean x) { in BooleanNot()
97 public static boolean GreaterThan(int x, int y) { in GreaterThan()
125 public static boolean LessThan(int x, int y) { in LessThan()
165 public static boolean ValuesOrdered(int x, int y, int z) { in ValuesOrdered()
187 public static int NegatedCondition(boolean x) { in NegatedCondition()
207 public static int SimpleTrueBlock(boolean x, int y) { in SimpleTrueBlock()
223 public static int SimpleFalseBlock(boolean x, int y) { in SimpleFalseBlock()
241 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks()
255 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks()
290 int x = 0; in MultiplePhis() local
315 public int TrueBlockWithTooManyInstructions(boolean x) { in TrueBlockWithTooManyInstructions()
332 public int FalseBlockWithTooManyInstructions(boolean x) { in FalseBlockWithTooManyInstructions()
348 public int TrueBlockWithSideEffects(boolean x) { in TrueBlockWithSideEffects()
364 public int FalseBlockWithSideEffects(boolean x) { in FalseBlockWithSideEffects()