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

/freebsd-10.0-release/contrib/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);

Completed in 126 milliseconds