Searched refs:var_map (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/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); 81 extern var_map create_ssa_var_map (int); 86 num_var_partitions (var_map map) in num_var_partitions() 107 partition_to_var (var_map map, int i) in partition_to_var() 136 var_to_partition (var_map map, tree var) in var_to_partition() 229 var_map map; 299 static inline var_map 347 var_map map; [all …]
|
| H A D | tree-ssa-live.c | 50 var_map, bitmap, tree); 67 var_map 70 var_map map; in init_var_map() 90 delete_var_map (var_map map) in delete_var_map() 404 var_map 411 var_map map; in create_ssa_var_map() 573 var_map map = live->map; in live_worklist() 864 tpa_init (var_map map) in tpa_init() 1007 root_var_init (var_map map) in root_var_init() 1400 var_map map; in build_tree_conflict_graph() [all …]
|
| H A D | tree-outof-ssa.c | 95 var_map map; 124 static void assign_vars (var_map); 813 coalesce_ssa_name (var_map map, int flags) in coalesce_ssa_name() 937 assign_vars (var_map map) in assign_vars() 1299 var_map map; 1338 new_temp_expr_table (var_map map) in new_temp_expr_table() 1556 var_map map = tab->map; in check_replaceable() 1731 var_map map = tab->map; in find_replaceable_in_bb() 1807 find_replaceable_exprs (var_map map) in find_replaceable_exprs() 2341 remove_ssa_form (var_map map, int flags) in remove_ssa_form() [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() 1959 htab_delete (root->var_map); in free_nesting_tree()
|
| H A D | ChangeLog.tree-ssa | 11353 (init_root_var): Allow that a var_map might not be compacted yet. 11708 (var_map): Structure for variable map. 11716 (init_var_map): Initialize a var_map. 11717 (delete_var_map): Free storage for a var_map. 11719 (compact_var_map): Reduce the number of partitions in a var_map. 11721 (create_ssa_var_map): Initialize a var_map with referenced variables. 11722 (dump_var_map): Debug output for a var_map. 11748 (create_var_map): Create a new var_map. 11749 (delete_var_map): Delete a var_map. 11754 (dump_var_parition): Print var_map.
|
| H A D | ChangeLog-2005 | 7689 (struct nesting_info): Mark with GTY. Mark var_map's param is struct 7695 info->var_map.
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_map.c | 4513 vm_map_lookup(vm_map_t *var_map, /* IN/OUT */ in vm_map_lookup() argument 4523 vm_map_t map = *var_map; in vm_map_lookup() 4551 *var_map = map = entry->object.sub_map; in vm_map_lookup() 4696 vm_map_lookup_locked(vm_map_t *var_map, /* IN/OUT */ in vm_map_lookup_locked() argument 4706 vm_map_t map = *var_map; in vm_map_lookup_locked()
|