Searched refs:bb_has_abnormal_pred (Results 1 – 13 of 13) sorted by relevance
547 if (bb_has_abnormal_pred (bb) in remove_forwarder_block()548 && (bb_has_abnormal_pred (dest) in remove_forwarder_block()1418 || bb_has_abnormal_pred (bb)) in execute()
508 if (bb_has_abnormal_pred (bb)) in execute()
539 bb_has_abnormal_pred (basic_block bb) in bb_has_abnormal_pred() function
1493 || bb_has_abnormal_pred (bb1)) in find_clusters_1()1502 || bb_has_abnormal_pred (bb2)) in find_clusters_1()
2192 is_abnormal_phi = bb_has_abnormal_pred (bb); in before_dom_children()3021 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_name) = bb_has_abnormal_pred (bb); in create_new_def_for()
1061 if (bb_has_abnormal_pred (bb)) in process_bb_lives()
1479 if (bb_has_abnormal_pred (bb)) in process_bb_node_lives()
1689 || bb_has_abnormal_pred (bb)) in make_forwarders_with_degenerate_phis()
395 if (bb_has_abnormal_pred (header)) in bb_loop_header_p()
626 if (bb->flags & BB_REACHABLE && bb_has_abnormal_pred (bb)) in has_nonexceptional_receiver()
4912 * basic_block.h (bb_has_abnormal_pred): New function.
26972 bb_has_abnormal_pred.
9051 * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.