Searched refs:all_contexts (Results 1 – 1 of 1) sorted by relevance
109 static splay_tree all_contexts; variable826 splay_tree_insert (all_contexts, (splay_tree_key) stmt, in new_omp_context()1446 n = splay_tree_lookup (all_contexts, (splay_tree_key) stmt); in maybe_lookup_ctx()4421 all_contexts = splay_tree_new (splay_tree_compare_pointers, 0, in execute_lower_omp()4427 if (all_contexts->root) in execute_lower_omp()4430 if (all_contexts) in execute_lower_omp()4432 splay_tree_delete (all_contexts); in execute_lower_omp()4433 all_contexts = NULL; in execute_lower_omp()