Home
last modified time | relevance | path

Searched refs:true_label (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c1726 tree true_label = NULL_TREE; in assemble_thunk() local
1739 true_label = gimple_block_label (then_bb); in assemble_thunk()
1754 if (true_label) in assemble_thunk()
HDgimplify.c2717 tree true_label, false_label, end_label, t; in shortcut_cond_expr() local
2782 true_label = false_label = end_label = NULL_TREE; in shortcut_cond_expr()
2791 true_label = GOTO_DESTINATION (then_); in shortcut_cond_expr()
2806 if (true_label) in shortcut_cond_expr()
2807 true_label_p = &true_label; in shortcut_cond_expr()
/dragonfly/contrib/gcc-8.0/gcc/
HDcgraphunit.c1959 tree true_label = NULL_TREE; in expand_thunk() local
1979 true_label = gimple_block_label (then_bb); in expand_thunk()
2000 if (true_label) in expand_thunk()
HDgimplify.c3632 tree true_label, false_label, end_label, t; in shortcut_cond_expr() local
3697 true_label = false_label = end_label = NULL_TREE; in shortcut_cond_expr()
3704 true_label = GOTO_DESTINATION (then_goto); in shortcut_cond_expr()
3717 if (true_label) in shortcut_cond_expr()
3718 true_label_p = &true_label; in shortcut_cond_expr()