Searched refs:num_var_partitions (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-live.c527 live->livein = (bitmap *)xmalloc (num_var_partitions (map) * sizeof (bitmap));
528 for (x = 0; x < num_var_partitions (map); x++)
551 for (x = num_var_partitions (live->map) - 1; x >= 0; x--)
732 for (i = 0; i < (unsigned)num_var_partitions (map); i++)
843 for (i = 0; i < num_var_partitions (map); i++)
867 int num_partitions = num_var_partitions (map);
1010 int num_partitions = num_var_partitions (map);
1080 int num_partitions = num_var_partitions (map);
1150 list->list = (partition_pair_p *) xcalloc (num_var_partitions (map),
1286 for (x = 0; x < num_var_partitions (c
[all...]
H A Dtree-outof-ssa.c727 for (i = x = 0; x < num_var_partitions (map); x++)
823 if (num_var_partitions (map) <= 1)
865 num = num_var_partitions (map);
951 num = num_var_partitions (map);
1148 for (x = 0; x < num_var_partitions (map); x++)
1348 num_var_partitions (map) + 1);
1354 t->virtual_partition = num_var_partitions (map);
1374 for (x = 0; x <= num_var_partitions (t->map); x++)
H A Dtree-ssa-live.h72 static inline unsigned num_var_partitions (var_map);
86 num_var_partitions (var_map map) function

Completed in 99 milliseconds