HomeSort by: relevance | last modified time | path
    Searched defs:bb_has_division (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 156 bool bb_has_division = false; member in struct:occurrence
318 occ->bb_has_division = true;
427 && (occ->bb_has_division || !flag_trapping_math)
445 if (occ->bb_has_division)
tree-ssa-math-opts.cc 156 bool bb_has_division = false; member in struct:occurrence
318 occ->bb_has_division = true;
427 && (occ->bb_has_division || !flag_trapping_math)
445 if (occ->bb_has_division)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 155 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)
tree-ssa-math-opts.cc 155 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 60 milliseconds