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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 1749 basic_block store_bb, continue_bb; local
1753 /* STORE_BB is the block where the phi
1757 store_bb = FALLTHRU_EDGE (continue_bb)->dest;
1759 /* STORE_BB has two predecessors. One coming from the loop
1764 if (EDGE_PRED (store_bb, 0) == FALLTHRU_EDGE (continue_bb))
1765 e = EDGE_PRED (store_bb, 1);
1767 e = EDGE_PRED (store_bb, 0);
1771 new_phi = create_phi_node (local_res, store_bb);
1784 basic_block store_bb; member in struct:clsn_data
1956 gsi = gsi_last_bb (clsn_data->store_bb);
    [all...]
omp-expand.cc 8741 basic_block store_bb;
8786 store_bb = single_succ (load_bb);
8787 gsi = gsi_last_nondebug_bb (store_bb);
8803 basic_block store_bb = single_succ (load_bb);
8817 gsi = gsi_last_nondebug_bb (store_bb);
8893 basic_block store_bb = single_succ (load_bb);
8906 store_bb:
8915 gsi = gsi_after_labels (store_bb);
9014 gsi = gsi_last_nondebug_bb (store_bb);
9017 gsi = gsi_last_nondebug_bb (store_bb);
    [all...]
tree-vect-loop.cc 12376 basic_block store_bb, join_bb; local
12394 store_bb = create_empty_bb (bb);
12395 add_bb_to_loop (store_bb, bb_loop);
12397 efalse = make_edge (bb, store_bb, EDGE_FALSE_VALUE);
12398 /* Put STORE_BB to likely part. */
12401 store_bb->count = efalse->count ();
12402 make_single_succ_edge (store_bb, join_bb, EDGE_FALLTHRU);
12404 set_immediate_dominator (CDI_DOMINATORS, store_bb, bb);
12408 store_bb->index);
12426 add_phi_arg (phi, new_vdef, EDGE_SUCC (store_bb, 0), UNKNOWN_LOCATION)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 1746 basic_block store_bb, continue_bb; local
1750 /* STORE_BB is the block where the phi
1754 store_bb = FALLTHRU_EDGE (continue_bb)->dest;
1756 /* STORE_BB has two predecessors. One coming from the loop
1761 if (EDGE_PRED (store_bb, 0) == FALLTHRU_EDGE (continue_bb))
1762 e = EDGE_PRED (store_bb, 1);
1764 e = EDGE_PRED (store_bb, 0);
1768 new_phi = create_phi_node (local_res, store_bb);
1781 basic_block store_bb; member in struct:clsn_data
1953 gsi = gsi_last_bb (clsn_data->store_bb);
    [all...]
tree-vect-loop.cc 10143 basic_block store_bb, join_bb; local
10161 store_bb = create_empty_bb (bb);
10162 add_bb_to_loop (store_bb, bb_loop);
10164 efalse = make_edge (bb, store_bb, EDGE_FALSE_VALUE);
10165 /* Put STORE_BB to likely part. */
10167 store_bb->count = efalse->count ();
10168 make_single_succ_edge (store_bb, join_bb, EDGE_FALLTHRU);
10170 set_immediate_dominator (CDI_DOMINATORS, store_bb, bb);
10174 store_bb->index);
10192 add_phi_arg (phi, new_vdef, EDGE_SUCC (store_bb, 0), UNKNOWN_LOCATION)
    [all...]
omp-expand.cc 8654 basic_block store_bb;
8686 store_bb = single_succ (load_bb);
8687 gsi = gsi_last_nondebug_bb (store_bb);
8706 basic_block store_bb = single_succ (load_bb);
8720 gsi = gsi_last_nondebug_bb (store_bb);
8785 basic_block store_bb = single_succ (load_bb);
8798 store_bb:
8807 gsi = gsi_after_labels (store_bb);
8906 gsi = gsi_last_nondebug_bb (store_bb);
8909 gsi = gsi_last_nondebug_bb (store_bb);
    [all...]

Completed in 43 milliseconds