Searched refs:new_stuff (Results 1 – 1 of 1) sorted by relevance
2634 bool new_stuff = false; in insert_aux() local2750 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() local2799 while (new_stuff) in insert()2802 new_stuff = false; in insert()2803 new_stuff = insert_aux (ENTRY_BLOCK_PTR); in insert()