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

  /src/external/gpl3/gcc/dist/gcc/
ira-lives.cc 687 int alt1; local
726 for (alt1 = 0; alt1 < recog_data.n_alternatives; alt1++)
728 if (!TEST_BIT (preferred_alternatives, alt1))
731 = &recog_op_alt[alt1 * n_operands];
748 if (alt1 < recog_data.n_alternatives)
  /src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc 686 int alt1; local
725 for (alt1 = 0; alt1 < recog_data.n_alternatives; alt1++)
727 if (!TEST_BIT (preferred_alternatives, alt1))
730 = &recog_op_alt[alt1 * n_operands];
747 if (alt1 < recog_data.n_alternatives)

Completed in 26 milliseconds