| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-ssa-live.h | 78 } *var_map; typedef 88 extern var_map init_var_map (int); 89 extern void delete_var_map (var_map); 90 extern void dump_var_map (FILE *, var_map); 91 extern int var_union (var_map, tree, tree); 92 extern void partition_view_normal (var_map, bool); 93 extern void partition_view_bitmap (var_map, bitmap, bool); 102 num_var_partitions (var_map map) in num_var_partitions() 112 partition_to_var (var_map map, int i) in partition_to_var() 127 version_to_var (var_map map, int version) in version_to_var() [all …]
|
| H A D | tree-ssa-live.c | 60 var_map_base_init (var_map map) in var_map_base_init() 121 var_map_base_fini (var_map map) in var_map_base_fini() 134 var_map 137 var_map map; in init_var_map() 139 map = (var_map) xmalloc (sizeof (struct _var_map)); in init_var_map() 156 delete_var_map (var_map map) in delete_var_map() 171 var_union (var_map map, tree var1, tree var2) in var_union() 223 partition_view_init (var_map map) in partition_view_init() 264 partition_view_fini (var_map map, bitmap selected) in partition_view_fini() 301 partition_view_normal (var_map map, bool want_bases) in partition_view_normal() [all …]
|
| H A D | tree-ssa-coalesce.c | 654 var_map map; /* Var_map being used for partition mapping. */ 662 new_live_track (var_map map) in new_live_track() 842 var_map map; in build_ssa_conflict_graph() 973 static var_map 981 var_map map; in create_outofssa_var_map() 1206 attempt_coalesce (var_map map, ssa_conflicts_p graph, int x, int y, in attempt_coalesce() 1270 coalesce_partitions (var_map map, ssa_conflicts_p graph, coalesce_list_p cl, in coalesce_partitions() 1349 extern var_map 1356 var_map map; in coalesce_ssa_name()
|
| H A D | tree-ssa-ter.c | 161 var_map map; 184 new_temp_expr_table (var_map map) in new_temp_expr_table() 598 var_map map = tab->map; in find_replaceable_in_bb() 709 find_replaceable_exprs (var_map map) in find_replaceable_exprs()
|
| H A D | tree-nested.c | 86 struct pointer_map_t *var_map; member 516 slot = pointer_map_contains (info->var_map, decl); in lookup_tramp_for_decl() 520 slot = pointer_map_insert (info->var_map, decl); in lookup_tramp_for_decl() 720 info->var_map = pointer_map_create (); in create_nesting_tree() 825 slot = pointer_map_insert (info->var_map, decl); in get_nonlocal_debug_decl() 1343 slot = pointer_map_insert (info->var_map, decl); in get_local_debug_decl() 1799 slot = pointer_map_insert (i->var_map, label); in convert_nl_goto_reference() 1848 slot = pointer_map_contains (info->var_map, label); in convert_nl_goto_receiver() 2160 void **slot = pointer_map_contains (nid->root->var_map, decl); in nesting_copy_decl() 2194 slot = pointer_map_contains (root->var_map, t); in contains_remapped_vars() [all …]
|
| H A D | tree-ssa-copyrename.c | 120 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() 290 var_map map; in rename_ssa_copies()
|
| H A D | ssaexpand.h | 32 var_map map;
|
| H A D | tree-outof-ssa.c | 88 var_map map; 813 rewrite_trees (var_map map ATTRIBUTE_UNUSED) in rewrite_trees() 907 var_map map; in remove_ssa_form()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-ssa-live.h | 65 } *var_map; typedef 71 extern var_map init_var_map (int); 72 extern void delete_var_map (var_map); 73 extern int var_union (var_map, tree, tree); 74 extern void partition_view_normal (var_map); 75 extern void partition_view_bitmap (var_map, bitmap); 80 extern void dump_var_map (FILE *, var_map); 88 num_var_partitions (var_map map) in num_var_partitions() 98 partition_to_var (var_map map, int i) in partition_to_var() 113 version_to_var (var_map map, int version) in version_to_var() [all …]
|
| H A D | tree-ssa-coalesce.h | 23 extern var_map coalesce_ssa_name (void); 25 extern bitmap get_parm_default_def_partitions (var_map); 26 extern bitmap get_undefined_value_partitions (var_map);
|
| H A D | tree-ssa-live.c | 64 var_map_base_fini (var_map map) in var_map_base_fini() 76 var_map 79 var_map map; in init_var_map() 81 map = (var_map) xmalloc (sizeof (struct _var_map)); in init_var_map() 97 delete_var_map (var_map map) in delete_var_map() 112 var_union (var_map map, tree var1, tree var2) in var_union() 164 partition_view_init (var_map map) in partition_view_init() 207 partition_view_fini (var_map map, bitmap selected) in partition_view_fini() 243 partition_view_normal (var_map map) in partition_view_normal() 259 partition_view_bitmap (var_map map, bitmap only) in partition_view_bitmap() [all …]
|
| H A D | tree-ssa-coalesce.c | 88 static var_map map_; 388 var_map map) in initialize_conflict_count() 454 sort_coalesce_list (coalesce_list *cl, ssa_conflicts *conflicts, var_map map) in sort_coalesce_list() 678 var_map map; /* Var_map being used for partition mapping. */ 686 new_live_track (var_map map) in new_live_track() 862 var_map map; in build_ssa_conflict_graph() 1080 static var_map 1088 var_map map; in create_outofssa_var_map() 1297 attempt_coalesce (var_map map, ssa_conflicts *graph, int x, int y, in attempt_coalesce() 1363 coalesce_partitions (var_map map, ssa_conflicts *graph, coalesce_list *cl, in coalesce_partitions() [all …]
|
| H A D | tree-outof-ssa.c | 132 elim_graph (var_map map); 153 var_map map; 400 elim_graph::elim_graph (var_map map) : in elim_graph() 530 queue_phi_copy_p (var_map map, tree t) in queue_phi_copy_p() 853 rewrite_trees (var_map map) in rewrite_trees() 946 var_map map; in remove_ssa_form()
|
| H A D | tree-ssa-ter.c | 162 var_map map; 188 new_temp_expr_table (var_map map) in new_temp_expr_table() 578 var_map map = tab->map; in find_replaceable_in_bb() 720 find_replaceable_exprs (var_map map) in find_replaceable_exprs()
|
| H A D | tree-ssa-ter.h | 23 extern bitmap find_replaceable_exprs (var_map);
|
| H A D | tree-outof-ssa.h | 31 var_map map;
|
| H A D | tree-nested.c | 93 hash_map<tree, tree> *var_map; member 531 tree *slot = info->var_map->get (decl); in lookup_element_for_decl() 535 tree *slot = &info->var_map->get_or_insert (decl); in lookup_element_for_decl() 793 info->var_map = new hash_map<tree, tree>; in create_nesting_tree() 901 tree *slot = &info->var_map->get_or_insert (decl); in get_nonlocal_debug_decl() 1623 tree *slot = &info->var_map->get_or_insert (decl); in get_local_debug_decl() 2341 tree *slot = &i->var_map->get_or_insert (label); in convert_nl_goto_reference() 2389 tree *slot = info->var_map->get (label); in convert_nl_goto_receiver() 2805 tree *slot = nid->root->var_map->get (decl); in nesting_copy_decl() 2838 tree *slot = root->var_map->get (t); in contains_remapped_vars() [all …]
|
| /dflybsd-src/sys/vm/ |
| H A D | vm_map.c | 4326 vm_map_lookup(vm_map_t *var_map, /* IN/OUT */ in vm_map_lookup() argument 4337 vm_map_t map = *var_map; in vm_map_lookup() 4389 *var_map = map = entry->ba.sub_map; in vm_map_lookup()
|