Searched refs:stored_args_map (Results 1 – 3 of 3) 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()2345 stored_args_map = sbitmap_alloc (args_size.constant); in expand_call()2346 sbitmap_zero (stored_args_map); in expand_call()3069 sbitmap_free (stored_args_map); in expand_call()
146 static sbitmap stored_args_map; variable2037 if (i + k < stored_args_map->n_bits2038 && TEST_BIT (stored_args_map, i + k))2093 SET_BIT (stored_args_map, low);2760 stored_args_map = sbitmap_alloc (args_size.constant);2761 sbitmap_zero (stored_args_map);3416 sbitmap_free (stored_args_map);
14135 * calls.c (stored_args_map): New variable.14138 (expand_call): Initialize stored_args_map.