Home
last modified time | relevance | path

Searched refs:with_recursion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc1933 hash_set <class loop *> with_recursion(10); in predict_loops() local
1946 while (loop && !with_recursion.add (loop)) in predict_loops()
1965 bool recursion = with_recursion.contains (loop); in predict_loops()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c1894 hash_set <class loop *> with_recursion(10); in predict_loops()
1907 while (loop && !with_recursion.add (loop)) in predict_loops()
1927 bool recursion = with_recursion.contains (loop); in predict_loops()