Searched refs:shortcut_cond_r (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c2583 shortcut_cond_r should only be called by shortcut_cond_expr. */ function
2586 shortcut_cond_r (tree pred, tree *true_label_p, tree *false_label_p,
2609 t = shortcut_cond_r (TREE_OPERAND (pred, 0), NULL, false_label_p, locus);
2614 t = shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, false_label_p,
2632 t = shortcut_cond_r (TREE_OPERAND (pred, 0), true_label_p, NULL, locus);
2637 t = shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, false_label_p,
2660 shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p,
2662 shortcut_cond_r (TREE_OPERAND (pred, 2), true_label_p,
2794 return shortcut_cond_r (pred, true_label_p, false_label_p,
2826 pred = shortcut_cond_r (pre
[all...]

Completed in 95 milliseconds