Lines Matching defs:args_to_skip
1206 bitmap args_to_skip;
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))
1482 if (args_to_skip)
1494 if (bitmap_bit_p (args_to_skip, num) && is_gimple_reg (parm))
1516 BITMAP_FREE (args_to_skip);