Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-live.h36 int *partition_to_compact; member
123 if (map->partition_to_compact) in version_to_var()
124 part = map->partition_to_compact[part]; in version_to_var()
144 if (map->partition_to_compact) in var_to_partition()
145 part = map->partition_to_compact[part]; in var_to_partition()
Dtree-ssa-live.c78 map->partition_to_compact = NULL; in init_var_map()
94 if (map->partition_to_compact) in delete_var_map()
95 free (map->partition_to_compact); in delete_var_map()
156 if (map->partition_to_compact) in var_union()
157 p3 = map->partition_to_compact[p3]; in var_union()
199 if (map->partition_to_compact) in compact_var_map()
201 free (map->partition_to_compact); in compact_var_map()
202 map->partition_to_compact = NULL; in compact_var_map()
215 map->partition_to_compact = (int *)xmalloc (limit * sizeof (int)); in compact_var_map()
216 memset (map->partition_to_compact, 0xff, (limit * sizeof (int))); in compact_var_map()
[all …]