Searched refs:var_map (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-live.h | 50 } *var_map; typedef 62 extern var_map init_var_map (int); 63 extern void delete_var_map (var_map); 64 extern void dump_var_map (FILE *, var_map); 65 extern int var_union (var_map, tree, tree); 66 extern void change_partition_var (var_map, tree, int); 67 extern void compact_var_map (var_map, int); 72 static inline unsigned num_var_partitions (var_map); 73 static inline tree var_to_partition_to_var (var_map, tree); 74 static inline tree partition_to_var (var_map, int); [all …]
|
| H A D | tree-ssa-live.c | 44 static tree_live_info_p new_tree_live_info (var_map); 45 static inline void set_if_valid (var_map, bitmap, tree); 48 static inline void register_ssa_partition (var_map, tree, bool); 50 var_map, bitmap, tree); 67 var_map 70 var_map map; in init_var_map() 72 map = (var_map) xmalloc (sizeof (struct _var_map)); in init_var_map() 90 delete_var_map (var_map map) in delete_var_map() 109 var_union (var_map map, tree var1, tree var2) in var_union() 186 compact_var_map (var_map map, int flags) in compact_var_map() [all …]
|
| H A D | tree-outof-ssa.c | 95 var_map map; 123 static tree_live_info_p coalesce_ssa_name (var_map, int); 124 static void assign_vars (var_map); 125 static bool replace_use_variable (var_map, use_operand_p, tree *); 126 static bool replace_def_variable (var_map, def_operand_p, tree *); 128 static void coalesce_abnormal_edges (var_map, conflict_graph, root_var_p); 579 coalesce_abnormal_edges (var_map map, conflict_graph graph, root_var_p rv) in coalesce_abnormal_edges() 680 coalesce_phi_operands (var_map map, coalesce_list_p cl) in coalesce_phi_operands() 722 coalesce_result_decls (var_map map, coalesce_list_p cl) in coalesce_result_decls() 749 coalesce_asm_operands (var_map map, coalesce_list_p cl) in coalesce_asm_operands() [all …]
|
| H A D | tree-ssa-copyrename.c | 113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() 298 var_map map; in rename_ssa_copies()
|
| H A D | tree-nested.c | 93 htab_t GTY ((param_is (struct var_map_elt))) var_map; 476 slot = htab_find_slot (info->var_map, &dummy, insert); in lookup_tramp_for_decl() 771 info->var_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free); in create_nesting_tree() 874 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_nonlocal_debug_decl() 1205 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_local_debug_decl() 1517 slot = htab_find_slot (i->var_map, &dummy, INSERT); in convert_nl_goto_reference() 1570 elt = (struct var_map_elt *) htab_find (info->var_map, &dummy); in convert_nl_goto_receiver() 1964 htab_delete (root->var_map); in free_nesting_tree()
|