Searched refs:rep_bb (Results 1 – 2 of 2) sorted by relevance
241 basic_block rep_bb; member869 if (c->rep_bb == NULL) in update_rep_bb()871 c->rep_bb = bb; in update_rep_bb()876 if (BB_DEP_BB (c->rep_bb) == NULL) in update_rep_bb()882 c->rep_bb = bb; in update_rep_bb()893 if (dominated_by_p (CDI_DOMINATORS, BB_DEP_BB (c->rep_bb), BB_DEP_BB (bb))) in update_rep_bb()894 c->rep_bb = bb; in update_rep_bb()922 c->rep_bb = NULL; in new_cluster()1025 update_rep_bb (merge, old->rep_bb); in set_cluster()1307 bb1 = BB_CLUSTER (bb1)->rep_bb; in deps_ok_for_redirect()[all …]
260 basic_block rep_bb; member941 if (c->rep_bb == NULL) in update_rep_bb()943 c->rep_bb = bb; in update_rep_bb()948 if (BB_DEP_BB (c->rep_bb) == NULL) in update_rep_bb()954 c->rep_bb = bb; in update_rep_bb()965 if (dominated_by_p (CDI_DOMINATORS, BB_DEP_BB (c->rep_bb), BB_DEP_BB (bb))) in update_rep_bb()966 c->rep_bb = bb; in update_rep_bb()994 c->rep_bb = NULL; in new_cluster()1095 update_rep_bb (merge, old->rep_bb); in set_cluster()1454 bb1 = BB_CLUSTER (bb1)->rep_bb; in deps_ok_for_redirect()[all …]