Lines Matching refs:store_bb
1746 basic_block store_bb, continue_bb;
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;
1953 gsi = gsi_last_bb (clsn_data->store_bb);
1962 store to a field of STORE in STORE_BB for the ssa name and its duplicate
1976 gsi = gsi_last_bb (clsn_data->store_bb);
2128 ld_st_data->store_bb = bb0;
3170 clsn_data.store_bb = NULL;