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.cc798 bool fentry_exit_instrument = false; local
809 if (fentry_exit_instrument)
816 fentry_exit_instrument
826 if (fentry_exit_instrument)
833 if (fentry_exit_instrument && !func_exit_seen)
835 return fentry_exit_instrument;

Completed in 180 milliseconds