Searched refs:todoflags (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcoroutine-passes.cc291 unsigned int todoflags = 0; local
418 return todoflags;
488 todoflags |= TODO_cleanup_cfg;
489 return todoflags;
H A Dtree-ssa-ccp.c3269 unsigned int todoflags = 0; local
3450 todoflags |= TODO_update_address_taken;
3489 todoflags |= TODO_cleanup_cfg;
3491 return todoflags;
H A Dtree-ssa-forwprop.c2711 unsigned int todoflags = 0; local
3318 todoflags |= TODO_cleanup_cfg;
3320 return todoflags;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcoroutine-passes.cc291 unsigned int todoflags = 0; local
418 return todoflags;
488 todoflags |= TODO_cleanup_cfg;
489 return todoflags;
H A Dtree-ssa-ccp.cc4217 unsigned int todoflags = 0; local
4481 todoflags |= TODO_update_address_taken;
4520 todoflags |= TODO_cleanup_cfg;
4522 return todoflags;
H A Dtree-ssa-forwprop.cc3410 unsigned int todoflags = 0; local
3968 todoflags |= TODO_cleanup_cfg;
3970 return todoflags;

Completed in 130 milliseconds