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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 957 int max_shuid = INSN_SHUID (get_last_insn ()) + 1;
974 for (min = max_shuid, max = min_shuid, i = len - 1; i >= 0; i--)
951 int max_shuid = INSN_SHUID (get_last_insn ()) + 1; local
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 973 int max_shuid = INSN_SHUID (get_last_insn ()) + 1;
990 for (min = max_shuid, max = min_shuid, i = len - 1; i >= 0; i--)
967 int max_shuid = INSN_SHUID (get_last_insn ()) + 1; local

Completed in 17 milliseconds