Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-pre.c2634 bool new_stuff = false; in insert_aux() local
2750 new_stuff = true; in insert_aux()
2781 new_stuff |= insert_aux (son); in insert_aux()
2784 return new_stuff; in insert_aux()
2792 bool new_stuff = true; in insert() local
2799 while (new_stuff) in insert()
2802 new_stuff = false; in insert()
2803 new_stuff = insert_aux (ENTRY_BLOCK_PTR); in insert()