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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 3773 unsigned cast_count = 0; local
3791 if (!ok && gimple_assign_cast_p (gsi_stmt (gsi)) && ++cast_count < 4)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 3559 unsigned cast_count = 0; local
3577 if (!ok && gimple_assign_cast_p (gsi_stmt (gsi)) && ++cast_count < 4)

Completed in 26 milliseconds