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

  /src/external/gpl3/gcc/dist/gcc/
early-remat.cc 206 available_in:
220 to insert copies of required_in - available_in. Conceptually we
281 bitmap available_in; member in struct:__anon13588::remat_block_info
288 the block. This might reuse available_in or available_locally. */
715 if (!empty_p (info->available_in))
718 dump_candidate_bitmap (info->available_in);
728 if (info->available_in == info->available_out)
1130 /* available_in temporarily contains the set of candidates whose
1132 if (empty_p (src->rd_out) || empty_p (dest->available_in))
1136 src->rd_out, dest->available_in);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc 206 available_in:
220 to insert copies of required_in - available_in. Conceptually we
281 bitmap available_in; member in struct:__anon16024::remat_block_info
288 the block. This might reuse available_in or available_locally. */
717 if (!empty_p (info->available_in))
720 dump_candidate_bitmap (info->available_in);
730 if (info->available_in == info->available_out)
1132 /* available_in temporarily contains the set of candidates whose
1134 if (empty_p (src->rd_out) || empty_p (dest->available_in))
1138 src->rd_out, dest->available_in);
    [all...]

Completed in 50 milliseconds