Searched refs:update_bb (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c425 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
429 split_edge (single_succ_edge (update_bb));
441 edge e = make_edge (cond_bb, single_succ_edge (update_bb)->dest,
466 gsi = gsi_after_labels (update_bb);
490 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
494 split_edge (single_succ_edge (update_bb));
500 = make_edge (cond_bb, single_succ_edge (update_bb)->dest, EDGE_FALSE_VALUE);
514 gsi = gsi_start_bb (update_bb);
H A Dtree-vect-loop-manip.c1463 Assumption 2: The phi nodes in the LOOP header and in update_bb are
1472 path starts with the edge UPDATE_E, and its destination (denoted update_bb)
1482 basic_block update_bb = update_e->dest; local
1489 for (gsi = gsi_start_phis (loop->header), gsi1 = gsi_start_phis (update_bb);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc428 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
432 split_edge (single_succ_edge (update_bb));
444 edge e = make_edge (cond_bb, single_succ_edge (update_bb)->dest,
469 gsi = gsi_after_labels (update_bb);
493 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
497 split_edge (single_succ_edge (update_bb));
503 = make_edge (cond_bb, single_succ_edge (update_bb)->dest, EDGE_FALSE_VALUE);
517 gsi = gsi_start_bb (update_bb);
H A Dtree-vect-loop-manip.cc1537 Assumption 2: The phi nodes in the LOOP header and in update_bb are
1546 path starts with the edge UPDATE_E, and its destination (denoted update_bb)
1556 basic_block update_bb = update_e->dest; local
1563 for (gsi = gsi_start_phis (loop->header), gsi1 = gsi_start_phis (update_bb);
H A Domp-expand.cc3168 basic_block update_bb = NULL, prev_bb = NULL; local
3238 if (update_bb == NULL)
3239 update_bb = this_bb;
3250 body_bb = update_bb;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c358 basic_block update_bb = locked_edge->dest; local
368 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc239 basic_block update_bb = locked_edge->dest; local
249 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c6071 basic_block update_bb = locked_edge->dest;
6081 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
6063 basic_block update_bb = locked_edge->dest; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc6822 basic_block update_bb = locked_edge->dest;
6832 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
6814 basic_block update_bb = locked_edge->dest; local

Completed in 231 milliseconds