Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-cfgcleanup.c402 if (bb_has_abnormal_pred (bb) in remove_forwarder_block()
403 && (bb_has_abnormal_pred (dest) in remove_forwarder_block()
942 || bb_has_abnormal_pred (bb)) in merge_phi_nodes()
HDbasic-block.h918 bb_has_abnormal_pred (basic_block bb) in bb_has_abnormal_pred() function
HDtree-into-ssa.c2212 is_abnormal_phi = bb_has_abnormal_pred (bb); in rewrite_update_enter_block()
2962 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_name) = bb_has_abnormal_pred (bb); in create_new_def_for()
HDcfgloop.c413 if (bb_has_abnormal_pred (header)) in flow_loops_find()
HDira-lives.c1283 if (bb_has_abnormal_pred (bb)) in process_bb_node_lives()
HDreload1.c645 if (bb->flags & BB_REACHABLE && bb_has_abnormal_pred (bb)) in has_nonexceptional_receiver()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-cfgcleanup.c480 if (bb_has_abnormal_pred (bb) in remove_forwarder_block()
481 && (bb_has_abnormal_pred (dest) in remove_forwarder_block()
1205 || bb_has_abnormal_pred (bb)) in execute()
HDtree-ssa-phiprop.c501 if (bb_has_abnormal_pred (bb)) in execute()
HDbasic-block.h536 bb_has_abnormal_pred (basic_block bb) in bb_has_abnormal_pred() function
HDtree-ssa-tail-merge.c1482 || bb_has_abnormal_pred (bb1)) in find_clusters_1()
1491 || bb_has_abnormal_pred (bb2)) in find_clusters_1()
HDtree-into-ssa.c2186 is_abnormal_phi = bb_has_abnormal_pred (bb); in before_dom_children()
2962 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_name) = bb_has_abnormal_pred (bb); in create_new_def_for()
HDlra-lives.c994 if (bb_has_abnormal_pred (bb)) in process_bb_lives()
HDira-lives.c1309 if (bb_has_abnormal_pred (bb)) in process_bb_node_lives()
HDcfgloop.c395 if (bb_has_abnormal_pred (header)) in bb_loop_header_p()
HDreload1.c631 if (bb->flags & BB_REACHABLE && bb_has_abnormal_pred (bb)) in has_nonexceptional_receiver()