Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-ssa-live.c80 map->num_partitions = size; in init_var_map()
210 map->num_partitions = map->partition_size; in compact_var_map()
264 map->num_partitions = count; in compact_var_map()
867 int num_partitions = num_var_partitions (map); in tpa_init() local
870 if (num_partitions == 0) in tpa_init()
877 tpa->next_partition = (int *)xmalloc (num_partitions * sizeof (int)); in tpa_init()
878 memset (tpa->next_partition, TPA_NONE, num_partitions * sizeof (int)); in tpa_init()
880 tpa->partition_to_tree_map = (int *)xmalloc (num_partitions * sizeof (int)); in tpa_init()
881 memset (tpa->partition_to_tree_map, TPA_NONE, num_partitions * sizeof (int)); in tpa_init()
883 x = MAX (40, (num_partitions / 20)); in tpa_init()
[all …]
HDtree-ssa-live.h43 unsigned int num_partitions; member
88 return map->num_partitions; in num_var_partitions()
HDtree-outof-ssa.c1906 g = new_elim_graph (map->num_partitions); in rewrite_trees()
/NextBSD/sys/dev/ixl/
HDi40e_type.h595 u16 num_partitions; member
HDi40e_common.c3534 hw->num_partitions = num_functions / hw->num_ports; in i40e_parse_discover_capabilities()