Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-alloca.c58 : gimple_opt_pass(pass_data_walloca, ctxt), first_time_p (false) in pass_walloca()
64 first_time_p = param; in set_pass_param()
71 bool first_time_p;
80 if (first_time_p) in gate()
H A Dtarghooks.c584 static bool first_time_p = true; in default_floatn_builtin_p() local
587 if (first_time_p) in default_floatn_builtin_p()
589 first_time_p = false; in default_floatn_builtin_p()
H A Dtree-vect-slp.c3272 bool first_time_p = shared.datarefs.is_empty (); in vect_slp_bb_region() local
3274 if (first_time_p) in vect_slp_bb_region()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc6002 bool first_time_p = shared.datarefs.is_empty (); in vect_slp_region() local
6004 if (first_time_p) in vect_slp_region()
H A DChangeLog-20103483 opts->x_flag_opts_finished instead of first_time_p. Use