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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c206 splay_tree reduction_map; member in struct:omp_context
1002 n = splay_tree_lookup (ctx->reduction_map, (splay_tree_key) id);
1010 if (ctx->reduction_map)
1011 n = splay_tree_lookup (ctx->reduction_map, (splay_tree_key) var);
1512 ctx->reduction_map = outer_ctx->reduction_map;
1586 if (ctx->reduction_map
1590 splay_tree_delete (ctx->reduction_map);
1776 splay_tree_insert (ctx->reduction_map, (splay_tree_key)
1779 splay_tree_insert (ctx->reduction_map,
[all...]

Completed in 49 milliseconds