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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c2586 shortcut_cond_r (tree pred, tree *true_label_p, tree *false_label_p,
2614 t = shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, false_label_p,
2628 if (true_label_p == NULL)
2629 true_label_p = &local_label;
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,
2668 build_and_jump (true_label_p),
2693 tree *true_label_p;
2583 shortcut_cond_r(tree pred, tree *true_label_p, tree *false_label_p, location_t locus) argument
2690 tree *true_label_p; local
[all...]

Completed in 104 milliseconds