Searched refs:fn_map (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_union_map.c | 945 __isl_give isl_map *(*fn_map)(__isl_take isl_map *map1, member 978 map = data->control->fn_map(isl_map_copy(map1), isl_map_copy(map2)); in bin_add_pair() 1102 .fn_map = &isl_map_subtract, in isl_union_map_subtract() 1432 .fn_map = &isl_map_intersect_domain, in union_map_intersect_domain() 1467 .fn_map = &isl_map_subtract_domain, in isl_union_map_subtract_domain() 1481 .fn_map = &isl_map_subtract_range, in isl_union_map_subtract_range() 1494 .fn_map = &isl_map_gist_domain, in union_map_gist_domain() 1520 .fn_map = &isl_map_gist_range, in isl_union_map_gist_range() 1531 .fn_map = &isl_map_intersect_range, in isl_union_map_intersect_range_union_set() 1555 .fn_map = &isl_map_intersect_domain_factor_domain, in isl_union_map_intersect_domain_factor_domain() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | PathTree.h | 121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func); in get_func_nodeidx() 174 Map<Function*, NodeIdx> *fn_map; variable
|
| H A D | PathTree.cc | 102 fn_map = new DefaultMap<Function*, NodeIdx>; in init() 171 delete fn_map; in fini() 172 fn_map = NULL; in fini() 355 node->funclist = fn_map->get (func); in new_Node() 356 fn_map->put (func, node_idx); in new_Node() 1848 if (fn_map == NULL) in get_funcs() 1850 return fn_map->keySet (); in get_funcs() 2055 node_idx = fn_map->get (fitem); in get_metrics() 2212 node_idx = fn_map->get (fitem); in get_self_metrics() 2278 NodeIdx node_idx = fn_map->get ((Function*) func); in get_clr_instr() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | PathTree.h | 121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func); in get_func_nodeidx() 174 Map<Function*, NodeIdx> *fn_map; variable
|
| H A D | PathTree.cc | 102 fn_map = new DefaultMap<Function*, NodeIdx>; in init() 171 delete fn_map; in fini() 172 fn_map = NULL; in fini() 355 node->funclist = fn_map->get (func); in new_Node() 356 fn_map->put (func, node_idx); in new_Node() 1848 if (fn_map == NULL) in get_funcs() 1850 return fn_map->keySet (); in get_funcs() 2055 node_idx = fn_map->get (fitem); in get_metrics() 2212 node_idx = fn_map->get (fitem); in get_self_metrics() 2278 NodeIdx node_idx = fn_map->get ((Function*) func); in get_clr_instr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov.c | 1275 hash_map<function_start_pair_hash, function_info *> fn_map; in process_all_functions() local 1286 function_info **slot = fn_map.get (needle); in process_all_functions() 1293 fn_map.put (needle, *it); in process_all_functions()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov.cc | 1370 hash_map<function_start_pair_hash, function_info *> fn_map; in process_all_functions() local 1381 function_info **slot = fn_map.get (needle); in process_all_functions() 1388 fn_map.put (needle, *it); in process_all_functions()
|