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

/openbsd-current/gnu/gcc/gcc/
H A Dgimple-low.c482 tree then_label, else_label, end_label, t; local
484 then_label = NULL_TREE;
493 then_label = t;
522 if (then_label)
526 tsi_link_after (tsi, then_label, TSI_CONTINUE_LINKING);
H A Dtree-vectorizer.c779 tree then_label;
794 then_label = build1 (GOTO_EXPR, void_type_node, exit_label);
800 then_label = build1 (GOTO_EXPR, void_type_node, begin_label);
805 then_label, else_label);
942 tree cond_stmt, then_label, else_label;
949 then_label = build1 (GOTO_EXPR, void_type_node,
954 then_label, else_label);
778 tree then_label; local
941 tree cond_stmt, then_label, else_label; local
H A Dtree-ssa-loop-manip.c628 build_if_stmt (tree cond, tree then_label, tree else_label) argument
632 build1 (GOTO_EXPR, void_type_node, then_label),
H A Dlambda-code.c2451 tree then_label, else_label, cond_stmt; local
2503 then_label = build1 (GOTO_EXPR, void_type_node, tree_block_label (latchbb));
2509 then_label, else_label);
H A Dtree-cfg.c614 tree then_label, else_label; local
621 then_label = GOTO_DESTINATION (COND_EXPR_THEN (entry));
623 then_bb = label_to_block (then_label);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c1185 struct jcf_block *then_label = gen_jcf_label (state);
1189 then_label, else_label, 1, state);
1190 define_jcf_label (then_label, state);
1410 struct jcf_block *then_label = gen_jcf_label (state);
1413 then_label, else_label, 1, state);
1414 define_jcf_label (then_label, state);
1643 struct jcf_block *then_label = gen_jcf_label (state);
1647 then_label, else_label, 1, state);
1648 define_jcf_label (then_label, state);
1659 struct jcf_block *then_label
1181 struct jcf_block *then_label = gen_jcf_label (state); local
1406 struct jcf_block *then_label = gen_jcf_label (state); local
1639 struct jcf_block *then_label = gen_jcf_label (state); local
1655 struct jcf_block *then_label = gen_jcf_label (state); local
[all...]

Completed in 244 milliseconds