Searched refs:new_stuff (Results 1 – 1 of 1) sorted by relevance
2651 bool new_stuff = false; in insert_aux() local2767 new_stuff = true; in insert_aux()2798 new_stuff |= insert_aux (son); in insert_aux()2801 return new_stuff; in insert_aux()2809 bool new_stuff = true; in insert() local2816 while (new_stuff) in insert()2819 new_stuff = false; in insert()2820 new_stuff = insert_aux (ENTRY_BLOCK_PTR); in insert()