Searched refs:timevar (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.c114 #include "timevar.h"
122 /* The amount of memory that will cause us to report the timevar even
127 /* See timevar.h for an explanation of timing variables. */
158 struct timevar_def *timevar; member in struct:timevar_stack_def
165 timevar.def. */
245 #include "timevar.def"
264 timevar_push_1 (timevar_id_t timevar) argument
266 struct timevar_def *tv = &timevars[timevar];
282 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
299 context->timevar
311 timevar_pop_1(timevar_id_t timevar) argument
342 timevar_start(timevar_id_t timevar) argument
364 timevar_stop(timevar_id_t timevar) argument
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile57 struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o \

Completed in 51 milliseconds