Searched refs:var_map (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.h50 } *var_map; typedef in typeref:struct:_var_map
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, in
[all...]
H A Dtree-ssa-live.c44 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;
72 map = (var_map) xmalloc (sizeof (struct _var_map));
90 delete_var_map (var_map map)
109 var_union (var_map map, tree var1, tree var2)
186 compact_var_map (var_map ma
[all...]
H A Dtree-outof-ssa.c95 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)
680 coalesce_phi_operands (var_map map, coalesce_list_p cl)
722 coalesce_result_decls (var_map map, coalesce_list_p cl)
749 coalesce_asm_operands (var_map ma
[all...]
H A Dtree-ssa-copyrename.c113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug)
298 var_map map;
H A Dtree-nested.c93 htab_t GTY ((param_is (struct var_map_elt))) var_map;
111 /* Hashing and equality functions for nesting_info->var_map. */
476 slot = htab_find_slot (info->var_map, &dummy, insert);
773 info->var_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free);
876 slot = htab_find_slot (info->var_map, &dummy, INSERT);
1207 slot = htab_find_slot (info->var_map, &dummy, INSERT);
1516 when we expand rtl. Enter this association into var_map so that we
1519 slot = htab_find_slot (i->var_map, &dummy, INSERT);
1572 elt = (struct var_map_elt *) htab_find (info->var_map, &dummy);
1961 htab_delete (root->var_map);
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_map.c4042 vm_map_lookup(vm_map_t *var_map, /* IN/OUT */ argument
4052 vm_map_t map = *var_map;
4080 *var_map = map = entry->object.sub_map;
4225 vm_map_lookup_locked(vm_map_t *var_map, /* IN/OUT */ argument
4235 vm_map_t map = *var_map;

Completed in 95 milliseconds