Lines Matching defs:rd_out
259 bitmap rd_out;
261 /* The subset of RD_OUT that comes from local definitions. NULL is
709 if (!empty_p (info->rd_out))
712 if (info->rd_in == info->rd_out)
715 dump_candidate_bitmap (info->rd_out);
1122 /* Propagate information from the rd_out set of E->src to the rd_in set
1134 if (empty_p (src->rd_out) || empty_p (dest->available_in))
1138 src->rd_out, dest->available_in);
1141 /* Propagate information from the rd_in set of block BB_INDEX to rd_out.
1155 if (!info->rd_out)
1156 info->rd_out = info->rd_in;
1158 gcc_checking_assert (info->rd_out == info->rd_in);
1164 return bitmap_and_compl (er->get_bitmap (&info->rd_out),
1167 return bitmap_ior_and_compl (er->get_bitmap (&info->rd_out), info->rd_gen,
1217 /* Initialize each block's rd_out to the minimal set (the set of
1220 bitmap_copy (get_bitmap (&info->rd_out), info->rd_gen);
1936 if (info->rd_out == info->rd_in)
1939 info->rd_out = info->rd_in;
1944 canon_bitmap (&info->rd_out);
2055 if (info->rd_out)
2056 bitmap_and_into (m_available, info->rd_out);
2398 bitmap_and (&m_tmp_bitmap, required, src_info->rd_out);