Searched refs:all_labels (Results 1 – 1 of 1) sorted by relevance
4465 static splay_tree all_labels; variable4548 splay_tree_insert (all_labels, (splay_tree_key) LABEL_EXPR_LABEL (t), in diagnose_sb_1()4604 n = splay_tree_lookup (all_labels, (splay_tree_key) lab); in diagnose_sb_2()4616 n = splay_tree_lookup (all_labels, (splay_tree_key) lab); in diagnose_sb_2()4642 all_labels = splay_tree_new (splay_tree_compare_pointers, 0, 0); in diagnose_omp_structured_block_errors()4654 splay_tree_delete (all_labels); in diagnose_omp_structured_block_errors()4655 all_labels = NULL; in diagnose_omp_structured_block_errors()