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

  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
603 this_start = this_time + this_latency;
607 this_start, this_end, SCHED_TIME (move->def),
611 if (start < this_start)
612 start = this_start;
627 this_start = this_time - ii;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
634 if (start < this_start)
635 start = this_start;
555 int this_time, this_distance, this_start, this_end, this_latency; local
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
603 this_start = this_time + this_latency;
607 this_start, this_end, SCHED_TIME (move->def),
611 if (start < this_start)
612 start = this_start;
627 this_start = this_time - ii;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
634 if (start < this_start)
635 start = this_start;
555 int this_time, this_distance, this_start, this_end, this_latency; local

Completed in 28 milliseconds