Home
last modified time | relevance | path

Searched refs:nofail_optabs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenemit.c55 static bool nofail_optabs[NUM_OPTABS]; variable
521 if (nofail_optabs[p.op]) in gen_expand()
861 nofail_optabs[OPTAB##_optab] = true; in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenemit.cc55 static bool nofail_optabs[NUM_OPTABS]; variable
526 if (nofail_optabs[p.op]) in gen_expand()
866 nofail_optabs[OPTAB##_optab] = true; in main()
H A DChangeLog-20153242 * genemit.c (nofail_optabs): New variable.
3247 (main): Initialize nofail_optabs. Don't emit FAIL and DONE here.