Searched refs:num_partitions (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c80 map->num_partitions = size;
169 0..(num_partitions-1) instead of wherever they turned out during
210 map->num_partitions = map->partition_size;
264 map->num_partitions = count;
867 int num_partitions = num_var_partitions (map); local
870 if (num_partitions == 0)
877 tpa->next_partition = (int *)xmalloc (num_partitions * sizeof (int));
878 memset (tpa->next_partition, TPA_NONE, num_partitions * sizeof (int));
880 tpa->partition_to_tree_map = (int *)xmalloc (num_partitions * sizeof (int));
881 memset (tpa->partition_to_tree_map, TPA_NONE, num_partitions * sizeo
1010 int num_partitions = num_var_partitions (map); local
1080 int num_partitions = num_var_partitions (map); local
[all...]
H A Dtree-ssa-live.h43 unsigned int num_partitions; member in struct:_var_map
88 return map->num_partitions;
H A Dtree-outof-ssa.c1906 g = new_elim_graph (map->num_partitions);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_type.h719 u16 num_partitions; member in struct:i40e_hw
H A Di40e_common.c4003 hw->num_partitions = num_functions / hw->num_ports;

Completed in 101 milliseconds