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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c154 bool bb_has_division; member in struct:occurrence
295 occ->bb_has_division = true;
404 && (occ->bb_has_division || !flag_trapping_math)
422 if (occ->bb_has_division)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc155 bool bb_has_division = false; member in struct:occurrence
317 occ->bb_has_division = true;
426 && (occ->bb_has_division || !flag_trapping_math)
444 if (occ->bb_has_division)

Completed in 113 milliseconds