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

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 98 /* TICK and THIS_TICK are used to record the last time we saw each
101 static int this_tick = 0; variable
527 tick[reg] = ++this_tick;
537 tick[best_new_reg] = ++this_tick;
545 tick[reg] = ++this_tick;
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 98 /* TICK and THIS_TICK are used to record the last time we saw each
101 static int this_tick = 0; variable
527 tick[reg] = ++this_tick;
537 tick[best_new_reg] = ++this_tick;
545 tick[reg] = ++this_tick;

Completed in 27 milliseconds