Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-live.c528 for (x = 0; x < num_var_partitions (map); x++) in new_tree_live_info()
551 for (x = num_var_partitions (live->map) - 1; x >= 0; x--) in delete_tree_live_info()
732 for (i = 0; i < (unsigned)num_var_partitions (map); i++) in calculate_live_on_entry()
843 for (i = 0; i < num_var_partitions (map); i++) in calculate_live_on_exit()
867 int num_partitions = num_var_partitions (map); in tpa_init()
1010 int num_partitions = num_var_partitions (map); in root_var_init()
1080 int num_partitions = num_var_partitions (map); in type_var_init()
1286 for (x = 0; x < num_var_partitions (cl->map); x++) in sort_coalesce_list()
1411 graph = conflict_graph_new (num_var_partitions (map)); in build_tree_conflict_graph()
1738 num = num_var_partitions (cl->map); in dump_coalesce_list()
[all …]
H A Dtree-outof-ssa.c727 for (i = x = 0; x < num_var_partitions (map); x++) in coalesce_result_decls()
823 if (num_var_partitions (map) <= 1) in coalesce_ssa_name()
865 num = num_var_partitions (map); in coalesce_ssa_name()
951 num = num_var_partitions (map); in assign_vars()
1148 for (x = 0; x < num_var_partitions (map); x++) in coalesce_vars()
1348 num_var_partitions (map) + 1); in new_temp_expr_table()
1354 t->virtual_partition = num_var_partitions (map); in new_temp_expr_table()
1374 for (x = 0; x <= num_var_partitions (t->map); x++) in free_temp_expr_table()
H A Dtree-ssa-live.h72 static inline unsigned num_var_partitions (var_map);
86 num_var_partitions (var_map map) in num_var_partitions() function