Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddse.c532 int *offset_map_n, *offset_map_p; member
724 gi->offset_map_p = NULL; in get_group_info()
750 gi->offset_map_p = NULL; in get_group_info()
2970 group->offset_map_p = XNEWVEC (int, group->offset_map_size_p); in dse_step2_init()
3003 memset (group->offset_map_p, 0, sizeof(int) * group->offset_map_size_p); in dse_step2_nospill()
3019 group->offset_map_p[j] = current_position++; in dse_step2_nospill()
3049 memset (group->offset_map_p, 0, sizeof(int) * group->offset_map_size_p); in dse_step2_spill()
3060 group->offset_map_p[j] = current_position++; in dse_step2_spill()
3172 return group_info->offset_map_p[offset]; in get_bitmap_index()
3936 free (group->offset_map_p); in dse_step7()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddse.c553 int *offset_map_n, *offset_map_p; member
684 gi->offset_map_p = NULL; in get_group_info()
2808 group->offset_map_p = XOBNEWVEC (&dse_obstack, int, in dse_step2_init()
2839 memset (group->offset_map_p, 0, sizeof (int) * group->offset_map_size_p); in dse_step2()
2855 group->offset_map_p[j] = current_position++; in dse_step2()
2888 return group_info->offset_map_p[offset]; in get_bitmap_index()