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

  /src/external/gpl3/gcc/dist/gcc/
ipa-split.cc 1209 bitmap args_to_skip; local
1229 args_to_skip = BITMAP_ALLOC (NULL);
1231 args_to_skip = NULL;
1233 /* Collect the parameters of new function and args_to_skip bitmap. */
1236 if (args_to_skip
1241 bitmap_set_bit (args_to_skip, num);
1353 /* TODO: Perhaps get rid of args_to_skip entirely, after we make sure the
1355 if ((args_to_skip && !bitmap_empty_p (args_to_skip))
1362 if (!args_to_skip || !bitmap_bit_p (args_to_skip, j)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-split.cc 1206 bitmap args_to_skip; local
1226 args_to_skip = BITMAP_ALLOC (NULL);
1228 args_to_skip = NULL;
1230 /* Collect the parameters of new function and args_to_skip bitmap. */
1233 if (args_to_skip
1238 bitmap_set_bit (args_to_skip, num);
1350 /* TODO: Perhaps get rid of args_to_skip entirely, after we make sure the
1352 if ((args_to_skip && !bitmap_empty_p (args_to_skip))
1359 if (!args_to_skip || !bitmap_bit_p (args_to_skip, j)
    [all...]

Completed in 15 milliseconds