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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1141 int batch_ops = 4 * batch - 1;
1143 n_insns += full * batch_ops;
1138 int batch_ops = 4 * batch - 1; local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 921 int batch_ops = 4 * batch - 1;
923 n_insns += full * batch_ops;
918 int batch_ops = 4 * batch - 1; local

Completed in 26 milliseconds