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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-alloca.c58 : gimple_opt_pass(pass_data_walloca, ctxt), first_time_p (false)
64 first_time_p = param;
71 bool first_time_p; variable
80 if (first_time_p)
H A Dtarghooks.c584 static bool first_time_p = true; local
587 if (first_time_p)
589 first_time_p = false;
H A Dtree-vect-slp.c3272 bool first_time_p = shared.datarefs.is_empty (); local
3274 if (first_time_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.cc588 static bool first_time_p = true; local
591 if (first_time_p)
593 first_time_p = false;
H A Dtree-vect-slp.cc6002 bool first_time_p = shared.datarefs.is_empty (); local
6004 if (first_time_p)

Completed in 222 milliseconds