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

/freebsd-11-stable/contrib/gcc/
H A Dtree-iterator.c34 static GTY ((deletable (""))) tree stmt_list_cache; variable
39 tree list = stmt_list_cache;
42 stmt_list_cache = TREE_CHAIN (list);
43 gcc_assert (stmt_list_cache != list);
60 gcc_assert (t != stmt_list_cache || stmt_list_cache == NULL);
61 TREE_CHAIN (t) = stmt_list_cache;
62 stmt_list_cache = t;

Completed in 38 milliseconds