HomeSort by: relevance | last modified time | path
    Searched refs:update_bb (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-profile.cc 434 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
438 split_edge (single_succ_edge (update_bb));
450 edge e = make_edge (cond_bb, single_succ_edge (update_bb)->dest,
475 gsi = gsi_after_labels (update_bb);
499 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
503 split_edge (single_succ_edge (update_bb));
509 = make_edge (cond_bb, single_succ_edge (update_bb)->dest, EDGE_FALSE_VALUE);
523 gsi = gsi_start_bb (update_bb);
tree-vect-loop-manip.cc 1537 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);
omp-expand.cc 3169 basic_block update_bb = NULL, prev_bb = NULL; local
3239 if (update_bb == NULL)
3240 update_bb = this_bb;
3251 body_bb = update_bb;
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 1601 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
1605 split_edge (single_succ_edge (update_bb));
1617 edge e = make_edge (cond_bb, single_succ_edge (update_bb)->dest,
1642 gsi = gsi_after_labels (update_bb);
1666 basic_block update_bb = split_edge (single_succ_edge (cond_bb)); local
1670 split_edge (single_succ_edge (update_bb));
1676 = make_edge (cond_bb, single_succ_edge (update_bb)->dest, EDGE_FALSE_VALUE);
1690 gsi = gsi_start_bb (update_bb);
tree-vect-loop-manip.cc 2309 Assumption 2: The phi nodes in the LOOP header and in update_bb are
2318 path starts with the edge UPDATE_E, and its destination (denoted update_bb)
2328 basic_block update_bb = update_e->dest;
2332 for (gsi = gsi_start_phis (loop->header), gsi1 = gsi_start_phis (update_bb);
omp-expand.cc 3160 basic_block update_bb = NULL, prev_bb = NULL; local
3226 if (update_bb == NULL)
3227 update_bb = this_bb;
3237 body_bb = update_bb;
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc 239 basic_block update_bb = locked_edge->dest; local
249 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-tree.cc 239 basic_block update_bb = locked_edge->dest; local
249 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 6822 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
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 6969 basic_block update_bb = locked_edge->dest;
6979 set_immediate_dominator (CDI_DOMINATORS, update_bb, lock_bb);
6961 basic_block update_bb = locked_edge->dest; local

Completed in 49 milliseconds