Home
last modified time | relevance | path

Searched refs:bb_has_abnormal_pred (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-cfgcleanup.cc547 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()
Dtree-ssa-phiprop.cc508 if (bb_has_abnormal_pred (bb)) in execute()
Dbasic-block.h539 bb_has_abnormal_pred (basic_block bb) in bb_has_abnormal_pred() function
Dtree-ssa-tail-merge.cc1493 || bb_has_abnormal_pred (bb1)) in find_clusters_1()
1502 || bb_has_abnormal_pred (bb2)) in find_clusters_1()
Dtree-into-ssa.cc2192 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()
Dlra-lives.cc1061 if (bb_has_abnormal_pred (bb)) in process_bb_lives()
Dira-lives.cc1479 if (bb_has_abnormal_pred (bb)) in process_bb_node_lives()
Dtree-ssa-dce.cc1689 || bb_has_abnormal_pred (bb)) in make_forwarders_with_degenerate_phis()
Dcfgloop.cc395 if (bb_has_abnormal_pred (header)) in bb_loop_header_p()
Dreload1.cc626 if (bb->flags & BB_REACHABLE && bb_has_abnormal_pred (bb)) in has_nonexceptional_receiver()
DChangeLog-20074912 * basic_block.h (bb_has_abnormal_pred): New function.
DChangeLog-201826972 bb_has_abnormal_pred.
DChangeLog-20109051 * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.