Searched refs:EDGE_COMPLEX (Results 1 – 19 of 19) sorted by relevance
316 && !(e->flags & EDGE_COMPLEX)) in rotate_loop()529 if (!(e->flags & EDGE_CAN_FALLTHRU) || (e->flags & EDGE_COMPLEX) in find_traces_1_round()588 || (e->flags & EDGE_COMPLEX) in find_traces_1_round()688 && !(e->flags & EDGE_COMPLEX) in find_traces_1_round()695 && !(single_succ_edge (e->dest)->flags & EDGE_COMPLEX) in find_traces_1_round()966 && !(e->flags & EDGE_COMPLEX) in connect_traces()1012 && !(e->flags & EDGE_COMPLEX) in connect_traces()1048 && !(e->flags & EDGE_COMPLEX) in connect_traces()1073 && !(e2->flags & EDGE_COMPLEX) in connect_traces()2045 if (all_flags & EDGE_COMPLEX) in duplicate_computed_gotos()
169 if (seen (bb2) || (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX)) in find_trace()184 if (seen (bb) || (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX)) in find_trace()
2812 if ((then_edge->flags & EDGE_COMPLEX) in find_if_header()2813 || (else_edge->flags & EDGE_COMPLEX)) in find_if_header()2893 if (cur_edge->flags & EDGE_COMPLEX) in block_jumps_and_fallthru_p()3020 if (cur_edge->flags & EDGE_COMPLEX) in find_if_block()3026 if (cur_edge->flags & EDGE_COMPLEX) in find_if_block()3033 || (single_succ_edge (then_bb)->flags & EDGE_COMPLEX) in find_if_block()3080 && ! (single_succ_edge (else_bb)->flags & EDGE_COMPLEX) in find_if_block()3382 if (single_succ_edge (then_bb)->flags & (EDGE_COMPLEX | EDGE_FALLTHRU)) in find_if_case_1()3490 if (else_succ->flags & EDGE_COMPLEX) in find_if_case_2()
440 if (e->flags & EDGE_COMPLEX) in try_forward_edges()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()2012 && !(single_pred_edge (b)->flags & EDGE_COMPLEX) in try_optimize_cfg()2068 && !(s->flags & EDGE_COMPLEX) in try_optimize_cfg()
560 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE))) in compute_branch_probabilities()565 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE))) in compute_branch_probabilities()
657 && !(single_succ_edge (a)->flags & EDGE_COMPLEX) in rtl_can_merge_blocks()2293 if (! (e->flags & (EDGE_COMPLEX | EDGE_FALLTHRU))) in purge_dead_edges()2383 && (e->flags & EDGE_FALLTHRU) && !(e->flags & EDGE_COMPLEX)) in cfg_layout_redirect_edge_and_branch()2561 && !(single_succ_edge (a)->flags & EDGE_COMPLEX) in cfg_layout_can_merge_blocks_p()
145 gcc_assert (!e || !(e->flags & EDGE_COMPLEX)); in begin_schedule_ready()
465 if (e->flags & EDGE_COMPLEX) in optimize_mode_switching()
80 if (e->flags & EDGE_COMPLEX) in reachable_at_most_once()
662 if (! (s->flags & EDGE_COMPLEX) in tidy_fallthru_edges()
174 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH) macro
1347 if (e->flags & EDGE_COMPLEX) in migrate_btr_def()
1729 && !(edges[0]->flags & EDGE_COMPLEX)) in analyze_insns_in_loop()
1414 if (e0->flags & EDGE_COMPLEX) in single_noncomplex_succ()1416 if (e1->flags & EDGE_COMPLEX) in single_noncomplex_succ()
4680 || has_edge_p (bb->succs, EDGE_COMPLEX)); in check_cfg()
5328 if (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX)) in identify_jump_threads()
3550 if (e->flags & EDGE_COMPLEX) in bypass_block()
7704 if (e->flags & EDGE_COMPLEX) in cse_cc_succs()
16171 * ifcvt.c (EDGE_COMPLEX): Move definition ...16172 * basic-block.h (EDGE_COMPLEX): ... here.