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

  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 182 static int modulo_ii;
585 modulo_ii = ii;
728 which is multiplied by MODULO_II to give the number of cycles. This is
779 return p->stages * modulo_ii;
4509 if (modulo_ii > 0 && INSN_UID (last) < modulo_iter0_max_uid)
6500 bool success = modulo_ii == 0;
6680 int stage = clock_var / modulo_ii;
6686 modulo_ii);
6691 else if (modulo_ii > 0)
6693 int stage = clock_var / modulo_ii;
181 static int modulo_ii; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 182 static int modulo_ii;
585 modulo_ii = ii;
728 which is multiplied by MODULO_II to give the number of cycles. This is
779 return p->stages * modulo_ii;
4513 if (modulo_ii > 0 && INSN_UID (last) < modulo_iter0_max_uid)
6504 bool success = modulo_ii == 0;
6684 int stage = clock_var / modulo_ii;
6690 modulo_ii);
6695 else if (modulo_ii > 0)
6697 int stage = clock_var / modulo_ii;
181 static int modulo_ii; variable
    [all...]

Completed in 33 milliseconds