Searched refs:this_time (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c144 int this_time = get_run_time ();
146 header_time += this_time - body_time;
147 file->time += this_time - body_time;
148 body_time = this_time;
164 int this_time = get_run_time ();
165 file->time += this_time - body_time;
169 print_time ("main file (total)", this_time - body_time);
171 (double) header_time / (double) (this_time - body_time));
143 int this_time = get_run_time (); local
163 int this_time = get_run_time (); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dvarasm.c4249 int this_time;
4266 this_time = MIN (end_offset - next_offset,
4273 shift = end_offset - next_offset - this_time;
4277 && shift + this_time > HOST_BITS_PER_WIDE_INT)
4279 this_time -= (HOST_BITS_PER_WIDE_INT - shift);
4296 & (((HOST_WIDE_INT) 1 << this_time) - 1))
4297 << (BITS_PER_UNIT - this_time - next_bit));
4310 && shift + this_time > HOST_BITS_PER_WIDE_INT)
4312 this_time -= (HOST_BITS_PER_WIDE_INT - shift);
4327 & (((HOST_WIDE_INT) 1 << this_time)
4223 int this_time; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c349 int this_time; local
351 this_time = get_run_time ();
353 return this_time;
2449 int this_time = my_get_run_time (); local
2451 header_time += this_time - body_time;
2453 += this_time - body_time;
2455 body_time = this_time;
4804 int this_time = my_get_run_time (); local
4806 += this_time - body_time;
4810 print_time ("main file (total)", this_time
[all...]
H A Ddecl2.c3698 int start_time, this_time;
3734 this_time = get_run_time ();
3735 parse_time -= this_time - start_time;
3736 varconst_time += this_time - start_time;
3905 this_time = get_run_time ();
3906 parse_time -= this_time - start_time;
3907 varconst_time += this_time - start_time;
3691 int start_time, this_time; local
/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c586 int this_time, this_distance, this_start, this_end, this_latency;
630 this_time = SCHED_TIME (move->def) - this_distance * ii;
631 this_start = this_time + this_latency;
632 this_end = this_time + ii;
654 this_time = SCHED_TIME (u) + this_distance * ii;
655 this_start = this_time - ii;
656 this_end = this_time - this_latency;
583 int this_time, this_distance, this_start, this_end, this_latency; local
H A Dvarasm.c5154 int this_time;
5169 this_time = MIN (end_offset - next_offset, BITS_PER_UNIT - next_bit);
5175 shift = end_offset - next_offset - this_time;
5181 != ((shift + this_time - 1) / HOST_BITS_PER_WIDE_INT))
5183 const int end = shift + this_time - 1;
5185 this_time = end - shift + 1;
5193 1 <= this_time <= HOST_BITS_PER_WIDE_INT. */
5195 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))
5196 << (BITS_PER_UNIT - this_time - next_bit));
5209 != ((shift + this_time
5129 int this_time; local
[all...]
H A Dipa-split.c1875 int this_time, this_size; local
1879 this_time = estimate_num_insns (stmt, &eni_time_weights) * freq;
1881 time += this_time;
1887 freq, this_size, this_time);
H A Dipa-inline-analysis.c2658 int this_time = estimate_num_insns (stmt, &eni_time_weights); local
2667 this_time--;
2676 this_time);
2737 es->call_stmt_time = this_time;
2749 if (this_time || this_size)
2753 this_time *= freq;
2772 time += this_time;
2788 this_time * prob, &ip);
2792 this_time * (2 - prob), &p);

Completed in 244 milliseconds