Searched refs:stored_args_map (Results 1 – 2 of 2) sorted by relevance
115 static sbitmap stored_args_map; variable1514 if (i + k < stored_args_map->n_bits in mem_overlaps_already_clobbered_arg_p()1515 && TEST_BIT (stored_args_map, i + k)) in mem_overlaps_already_clobbered_arg_p()1799 SET_BIT (stored_args_map, low); in check_sibcall_argument_overlap()2346 stored_args_map = sbitmap_alloc (args_size.constant); in expand_call()2347 sbitmap_zero (stored_args_map); in expand_call()3070 sbitmap_free (stored_args_map); in expand_call()
14141 * calls.c (stored_args_map): New variable.14144 (expand_call): Initialize stored_args_map.