Searched refs:partition_to_compact (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c78 map->partition_to_compact = NULL;
94 if (map->partition_to_compact)
95 free (map->partition_to_compact);
115 /* This is independent of partition_to_compact. If partition_to_compact is
117 dereference into the partition_to_compact array any more. */
156 if (map->partition_to_compact)
157 p3 = map->partition_to_compact[p3];
199 if (map->partition_to_compact)
201 free (map->partition_to_compact);
[all...]
H A Dtree-ssa-live.h36 int *partition_to_compact; member in struct:_var_map
123 if (map->partition_to_compact)
124 part = map->partition_to_compact[part];
144 if (map->partition_to_compact)
145 part = map->partition_to_compact[part];

Completed in 120 milliseconds