Searched refs:EDGE_FAKE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | profile.c | 537 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()
|
| D | cfganal.c | 567 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()
|
| D | predict.c | 391 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()
|
| D | cfgcleanup.c | 1308 && (single_succ_edge (bb1)->flags & (EDGE_COMPLEX | EDGE_FAKE)) == 0 in outgoing_edges_match() 1312 & (EDGE_COMPLEX | EDGE_FAKE)) == 0 in outgoing_edges_match()
|
| D | basic-block.h | 156 #define EDGE_FAKE 16 /* Not a real edge (profile.c) */ macro
|
| D | cfgrtl.c | 2307 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()
|
| D | tree-cfg.c | 2407 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()
|
| D | df-problems.c | 2018 if (e->flags & EDGE_FAKE) in df_ur_confluence_n() 2621 if (e->flags & EDGE_FAKE) in df_urec_confluence_n()
|
| D | bb-reorder.c | 499 gcc_assert (!(e->flags & EDGE_FAKE)); in find_traces_1_round()
|
| D | gcse.c | 6171 if (e->flags & EDGE_FAKE) in insert_store() 6182 if (!(tmp->flags & EDGE_FAKE)) in insert_store()
|
| D | flow.c | 1422 gcc_assert ((e->flags & EDGE_FAKE) == 0); in calculate_global_regs_live()
|
| D | function.c | 5119 if ((e->flags & EDGE_FAKE) == 0) in thread_prologue_and_epilogue_insns()
|
| D | ChangeLog-2006 | 13012 EDGE_FAKE edges.
|
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | ia64.c | 2931 if ((e->flags & EDGE_FAKE) == 0 in ia64_expand_prologue()
|