Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c3197 bool new_stuff = false; in do_pre_regular_insertion() local
3316 new_stuff = true; in do_pre_regular_insertion()
3355 return new_stuff; in do_pre_regular_insertion()
3368 bool new_stuff = false; in do_pre_partial_partial_insertion() local
3483 new_stuff = true; in do_pre_partial_partial_insertion()
3490 return new_stuff; in do_pre_partial_partial_insertion()
3502 bool new_stuff = false; in do_hoist_insertion() local
3630 new_stuff = true; in do_hoist_insertion()
3635 return new_stuff; in do_hoist_insertion()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc3304 bool new_stuff = false; in do_pre_regular_insertion() local
3421 new_stuff = true; in do_pre_regular_insertion()
3461 return new_stuff; in do_pre_regular_insertion()
3475 bool new_stuff = false; in do_pre_partial_partial_insertion() local
3588 new_stuff = true; in do_pre_partial_partial_insertion()
3594 return new_stuff; in do_pre_partial_partial_insertion()
3606 bool new_stuff = false; in do_hoist_insertion() local
3734 new_stuff = true; in do_hoist_insertion()
3739 return new_stuff; in do_hoist_insertion()
H A DChangeLog-200816149 Remove redundant set of new_stuff and use NULL_TREE instead of NULL.