HomeSort by: relevance | last modified time | path
    Searched refs:fn_map (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/isl/dist/
isl_union_map.c 938 * "fn_map" specifies how the matching maps, one from each input,
945 __isl_give isl_map *(*fn_map)(__isl_take isl_map *map1, member in struct:isl_bin_op_control
978 map = data->control->fn_map(isl_map_copy(map1), isl_map_copy(map2));
1102 .fn_map = &isl_map_subtract,
1432 .fn_map = &isl_map_intersect_domain,
1467 .fn_map = &isl_map_subtract_domain,
1481 .fn_map = &isl_map_subtract_range,
1494 .fn_map = &isl_map_gist_domain,
1520 .fn_map = &isl_map_gist_range,
1531 .fn_map = &isl_map_intersect_range
1966 __isl_give isl_map *(*fn_map)(__isl_take isl_map *map); member in struct:isl_un_op_control
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.h 121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func);
174 Map<Function*, NodeIdx> *fn_map; member in class:PathTree
PathTree.cc 102 fn_map = new DefaultMap<Function*, NodeIdx>;
171 delete fn_map;
172 fn_map = NULL;
355 node->funclist = fn_map->get (func);
356 fn_map->put (func, node_idx);
1848 if (fn_map == NULL)
1850 return fn_map->keySet ();
2055 node_idx = fn_map->get (fitem);
2212 node_idx = fn_map->get (fitem);
2278 NodeIdx node_idx = fn_map->get ((Function*) func)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.h 121 return fn_map == NULL ? (NodeIdx) 0 : fn_map->get (func);
174 Map<Function*, NodeIdx> *fn_map; member in class:PathTree
PathTree.cc 102 fn_map = new DefaultMap<Function*, NodeIdx>;
171 delete fn_map;
172 fn_map = NULL;
355 node->funclist = fn_map->get (func);
356 fn_map->put (func, node_idx);
1848 if (fn_map == NULL)
1850 return fn_map->keySet ();
2055 node_idx = fn_map->get (fitem);
2212 node_idx = fn_map->get (fitem);
2278 NodeIdx node_idx = fn_map->get ((Function*) func)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 1471 hash_map<function_start_pair_hash, function_info *> fn_map;
1482 function_info **slot = fn_map.get (needle);
1489 fn_map.put (needle, *it);
1470 hash_map<function_start_pair_hash, function_info *> fn_map; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 1371 hash_map<function_start_pair_hash, function_info *> fn_map;
1382 function_info **slot = fn_map.get (needle);
1389 fn_map.put (needle, *it);
1370 hash_map<function_start_pair_hash, function_info *> fn_map; local

Completed in 23 milliseconds