HomeSort by: relevance | last modified time | path
    Searched defs:rd_out (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
early-remat.cc 259 bitmap rd_out; member in struct:__anon13588::remat_block_info
261 /* The subset of RD_OUT that comes from local definitions. NULL is
707 if (!empty_p (info->rd_out))
710 if (info->rd_in == info->rd_out)
713 dump_candidate_bitmap (info->rd_out);
1120 /* Propagate information from the rd_out set of E->src to the rd_in set
1132 if (empty_p (src->rd_out) || empty_p (dest->available_in))
1136 src->rd_out, dest->available_in);
1139 /* Propagate information from the rd_in set of block BB_INDEX to rd_out.
1153 if (!info->rd_out)
    [all...]
early-remat.cc 259 bitmap rd_out; member in struct:__anon13588::remat_block_info
261 /* The subset of RD_OUT that comes from local definitions. NULL is
707 if (!empty_p (info->rd_out))
710 if (info->rd_in == info->rd_out)
713 dump_candidate_bitmap (info->rd_out);
1120 /* Propagate information from the rd_out set of E->src to the rd_in set
1132 if (empty_p (src->rd_out) || empty_p (dest->available_in))
1136 src->rd_out, dest->available_in);
1139 /* Propagate information from the rd_in set of block BB_INDEX to rd_out.
1153 if (!info->rd_out)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc 259 bitmap rd_out; member in struct:__anon16024::remat_block_info
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)
    [all...]
early-remat.cc 259 bitmap rd_out; member in struct:__anon16024::remat_block_info
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)
    [all...]

Completed in 53 milliseconds