Searched refs:fentry_exit_instrument (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c784 bool fentry_exit_instrument = false; local
795 if (fentry_exit_instrument)
802 fentry_exit_instrument |= instrument_gimple (&gsi);
810 if (fentry_exit_instrument)
817 if (fentry_exit_instrument && !func_exit_seen)
819 return fentry_exit_instrument;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc795 bool fentry_exit_instrument = false; local
806 if (fentry_exit_instrument)
813 fentry_exit_instrument
823 if (fentry_exit_instrument)
830 if (fentry_exit_instrument && !func_exit_seen)
832 return fentry_exit_instrument;

Completed in 183 milliseconds