Home
last modified time | relevance | path

Searched refs:stored_args_map (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcalls.c117 static sbitmap stored_args_map; variable
1802 if (sbitmap_empty_p (stored_args_map)) in mem_overlaps_already_clobbered_arg_p()
1825 if (i + k < stored_args_map->n_bits in mem_overlaps_already_clobbered_arg_p()
1826 && TEST_BIT (stored_args_map, i + k)) in mem_overlaps_already_clobbered_arg_p()
2113 SET_BIT (stored_args_map, low); in check_sibcall_argument_overlap()
2728 stored_args_map = sbitmap_alloc (args_size.constant); in expand_call()
2729 sbitmap_zero (stored_args_map); in expand_call()
3422 sbitmap_free (stored_args_map); in expand_call()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcalls.c144 static sbitmap stored_args_map; variable
2808 if (bitmap_empty_p (stored_args_map) in mem_might_overlap_already_clobbered_arg_p()
2840 end = MIN (end, SBITMAP_SIZE (stored_args_map)); in mem_might_overlap_already_clobbered_arg_p()
2842 if (bitmap_bit_p (stored_args_map, k)) in mem_might_overlap_already_clobbered_arg_p()
3173 bitmap_set_bit (stored_args_map, i); in check_sibcall_argument_overlap()
3909 stored_args_map = sbitmap_alloc (map_size); in expand_call()
3910 bitmap_clear (stored_args_map); in expand_call()
4678 sbitmap_free (stored_args_map); in expand_call()