Home
last modified time | relevance | path

Searched refs:EDGE_FAKE (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dprofile.c537 if (!(e->flags & (EDGE_FAKE | EDGE_FALLTHRU))) in compute_branch_probabilities()
560 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE))) in compute_branch_probabilities()
565 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE))) in compute_branch_probabilities()
828 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE); in branch_prob()
835 make_edge (ENTRY_BLOCK_PTR, bb, EDGE_FAKE); in branch_prob()
876 else if (e->flags & EDGE_FAKE) in branch_prob()
939 if (e->flags & EDGE_FAKE) in branch_prob()
1119 if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_FAKE)) in find_spanning_tree()
Dcfganal.c567 if ((e->flags & EDGE_FAKE) == EDGE_FAKE) in remove_fake_predecessors()
607 make_single_succ_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE); in add_noreturn_fake_exit_edges()
640 make_edge (unvisited_block, EXIT_BLOCK_PTR, EDGE_FAKE); in connect_infinite_loops_to_exit()
Dpredict.c391 if (!(e->flags & (EDGE_EH | EDGE_FAKE))) in set_even_probabilities()
394 if (!(e->flags & (EDGE_EH | EDGE_FAKE))) in set_even_probabilities()
534 if (!(e->flags & (EDGE_EH | EDGE_FAKE))) in combine_predictions_for_bb()
Dcfgcleanup.c1308 && (single_succ_edge (bb1)->flags & (EDGE_COMPLEX | EDGE_FAKE)) == 0 in outgoing_edges_match()
1312 & (EDGE_COMPLEX | EDGE_FAKE)) == 0 in outgoing_edges_match()
Dbasic-block.h156 #define EDGE_FAKE 16 /* Not a real edge (profile.c) */ macro
Dcfgrtl.c2307 if (!(e->flags & (EDGE_FALLTHRU | EDGE_FAKE))) in purge_dead_edges()
2853 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE); in rtl_flow_call_edges_add()
Dtree-cfg.c2407 if (e->flags & EDGE_FAKE) in tree_cfg2vcg()
2454 if (e->flags & EDGE_FAKE) in tree_cfg2vcg()
5395 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE); in tree_flow_call_edges_add()
Ddf-problems.c2018 if (e->flags & EDGE_FAKE) in df_ur_confluence_n()
2621 if (e->flags & EDGE_FAKE) in df_urec_confluence_n()
Dbb-reorder.c499 gcc_assert (!(e->flags & EDGE_FAKE)); in find_traces_1_round()
Dgcse.c6171 if (e->flags & EDGE_FAKE) in insert_store()
6182 if (!(tmp->flags & EDGE_FAKE)) in insert_store()
Dflow.c1422 gcc_assert ((e->flags & EDGE_FAKE) == 0); in calculate_global_regs_live()
Dfunction.c5119 if ((e->flags & EDGE_FAKE) == 0) in thread_prologue_and_epilogue_insns()
DChangeLog-200613012 EDGE_FAKE edges.
/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.c2931 if ((e->flags & EDGE_FAKE) == 0 in ia64_expand_prologue()