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

  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
604 this_end = this_time + ii;
607 this_start, this_end, SCHED_TIME (move->def),
613 if (end > this_end)
614 end = this_end;
628 this_end = this_time - this_latency;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
636 if (end > this_end)
637 end = this_end;
555 int this_time, this_distance, this_start, this_end, this_latency; local
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
604 this_end = this_time + ii;
607 this_start, this_end, SCHED_TIME (move->def),
613 if (end > this_end)
614 end = this_end;
628 this_end = this_time - this_latency;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
636 if (end > this_end)
637 end = this_end;
555 int this_time, this_distance, this_start, this_end, this_latency; local
gimple-ssa-store-merging.cc 3247 unsigned HOST_WIDE_INT this_end = end; local
3257 if (info2->bitpos >= this_end)
3290 this_end = MAX (this_end,
3309 merged_store->start, this_end,
3341 end = this_end;
gimple-ssa-store-merging.cc 3247 unsigned HOST_WIDE_INT this_end = end; local
3257 if (info2->bitpos >= this_end)
3290 this_end = MAX (this_end,
3309 merged_store->start, this_end,
3341 end = this_end;
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
604 this_end = this_time + ii;
607 this_start, this_end, SCHED_TIME (move->def),
613 if (end > this_end)
614 end = this_end;
628 this_end = this_time - this_latency;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
636 if (end > this_end)
637 end = this_end;
555 int this_time, this_distance, this_start, this_end, this_latency; local
modulo-sched.cc 558 int this_time, this_distance, this_start, this_end, this_latency;
604 this_end = this_time + ii;
607 this_start, this_end, SCHED_TIME (move->def),
613 if (end > this_end)
614 end = this_end;
628 this_end = this_time - this_latency;
631 this_start, this_end, SCHED_TIME (u), INSN_UID (move->insn),
636 if (end > this_end)
637 end = this_end;
555 int this_time, this_distance, this_start, this_end, this_latency; local
gimple-ssa-store-merging.cc 3160 unsigned HOST_WIDE_INT this_end = end; local
3166 if (info2->bitpos >= this_end)
3186 this_end = MAX (this_end,
3205 merged_store->start, this_end,
3237 end = this_end;
gimple-ssa-store-merging.cc 3160 unsigned HOST_WIDE_INT this_end = end; local
3166 if (info2->bitpos >= this_end)
3186 this_end = MAX (this_end,
3205 merged_store->start, this_end,
3237 end = this_end;

Completed in 87 milliseconds