Searched refs:view_to_partition (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.h52 int *view_to_partition; member in struct:_var_map
126 if (map->view_to_partition)
127 i = map->view_to_partition[i];
H A Dtree-ssa-live.c90 map->view_to_partition = NULL;
128 free (map->view_to_partition);
207 if (map->view_to_partition)
209 free (map->view_to_partition);
210 map->view_to_partition = NULL;
251 map->view_to_partition = (int *)xmalloc (count * sizeof (int));
258 map->view_to_partition[i] = x;
1357 if (map->view_to_partition != NULL)
1358 p = map->view_to_partition[x];
H A Dtree-ssa-coalesce.c1460 if (map->view_to_partition != NULL)
1461 p = map->view_to_partition[x];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.h52 int *view_to_partition; member in struct:_var_map
126 if (map->view_to_partition)
127 i = map->view_to_partition[i];
H A Dtree-ssa-live.cc90 map->view_to_partition = NULL;
128 free (map->view_to_partition);
207 if (map->view_to_partition)
209 free (map->view_to_partition);
210 map->view_to_partition = NULL;
251 map->view_to_partition = (int *)xmalloc (count * sizeof (int));
258 map->view_to_partition[i] = x;
1412 if (map->view_to_partition != NULL)
1413 p = map->view_to_partition[x];
H A Dtree-ssa-coalesce.cc1460 if (map->view_to_partition != NULL)
1461 p = map->view_to_partition[x];

Completed in 286 milliseconds