Searched refs:true_label_p (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gimplify.c | 2144 shortcut_cond_r (tree pred, tree *true_label_p, tree *false_label_p) in shortcut_cond_r() argument 2166 t = shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, in shortcut_cond_r() 2178 if (true_label_p == NULL) in shortcut_cond_r() 2179 true_label_p = &local_label; in shortcut_cond_r() 2181 t = shortcut_cond_r (TREE_OPERAND (pred, 0), true_label_p, NULL); in shortcut_cond_r() 2184 t = shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, in shortcut_cond_r() 2196 shortcut_cond_r (TREE_OPERAND (pred, 1), true_label_p, in shortcut_cond_r() 2198 shortcut_cond_r (TREE_OPERAND (pred, 2), true_label_p, in shortcut_cond_r() 2204 build_and_jump (true_label_p), in shortcut_cond_r() 2224 tree *true_label_p; in shortcut_cond_expr() local [all …]
|