Searched refs:timevar_push (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/gcc/gcc/
H A Dtimevar.h36 - On the timing stack, using timevar_push and timevar_pop.
85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) macro
H A Dtree-optimize.c406 timevar_push (TV_EXPAND);
438 timevar_push (TV_INTEGRATION);
H A Dpasses.c148 timevar_push (TV_VARCONST);
182 timevar_push (TV_SYMOUT);
202 timevar_push (TV_SYMOUT);
217 timevar_push (TV_DUMP);
877 timevar_push (pass->tv_id);
H A Dtoplev.c893 timevar_push (TV_SYMOUT);
1029 timevar_push (TV_PARSE);
1067 timevar_push (TV_SYMOUT);
1923 timevar_push (TV_SYMOUT);
H A Dcgraphunit.c280 timevar_push (TV_CGRAPH);
703 timevar_push (TV_CGRAPH_VERIFY);
909 timevar_push (TV_SYMOUT);
1083 timevar_push (TV_CGRAPH);
1543 timevar_push (TV_CGRAPHOPT);
H A Dtree-into-ssa.c647 timevar_push (TV_TREE_SSA_INCREMENTAL);
1204 timevar_push (TV_TREE_INSERT_PHI_NODES);
1924 timevar_push (TV_TREE_SSA_REWRITE_BLOCKS);
2089 timevar_push (TV_TREE_SSA_OTHER);
2960 timevar_push (TV_TREE_SSA_INCREMENTAL);
H A Dtree-cfgcleanup.c579 timevar_push (TV_TREE_CLEANUP_CFG);
H A Dgcse.c727 timevar_push (TV_CPROP1);
735 timevar_push (TV_PRE);
768 timevar_push (TV_HOIST);
795 timevar_push (TV_CPROP2);
817 timevar_push (TV_LSM);
6703 timevar_push (TV_CSE);
6716 timevar_push (TV_JUMP);
H A Dtree-ssa-dce.c900 timevar_push (TV_CONTROL_DEPENDENCES);
H A Dc-lex.c340 timevar_push (TV_CPP);
H A Dcfganal.c1078 timevar_push (TV_DOM_FRONTIERS);
H A Dcfgbuild.c524 timevar_push (TV_CFG);
H A Dcfghooks.c79 timevar_push (TV_CFG_VERIFY);
H A Dlocal-alloc.c2573 timevar_push (TV_JUMP);
2584 timevar_push (TV_DUMP);
H A Dipa-inline.c906 timevar_push (TV_INLINE_HEURISTICS);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtimevar.h36 - On the timing stack, using timevar_push and timevar_pop.
83 extern void timevar_push PARAMS ((timevar_id_t));
H A Dtoplev.c1882 timevar_push (TV_DUMP);
1937 timevar_push (TV_DUMP);
2136 timevar_push (TV_SYMOUT);
2199 timevar_push (TV_PARSE);
2232 timevar_push (TV_SYMOUT);
2250 timevar_push (TV_DUMP);
2274 timevar_push (TV_DUMP);
2328 timevar_push (TV_VARCONST);
2364 timevar_push (TV_SYMOUT);
2373 timevar_push (TV_SYMOU
[all...]
H A Dggc-simple.c325 timevar_push (TV_GC);
H A Dtimevar.c258 timevar_push (timevar) function
H A Dcfgbuild.c619 timevar_push (TV_CFG);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dname-lookup.c428 timevar_push (TV_NAME_LOOKUP);
571 timevar_push (TV_NAME_LOOKUP);
1633 timevar_push (TV_NAME_LOOKUP);
1768 timevar_push (TV_NAME_LOOKUP);
1824 timevar_push (TV_NAME_LOOKUP);
1849 timevar_push (TV_NAME_LOOKUP);
1898 timevar_push (TV_NAME_LOOKUP);
2437 timevar_push (TV_NAME_LOOKUP);
2510 timevar_push (TV_NAME_LOOKUP);
2613 timevar_push (TV_NAME_LOOKU
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1201 timevar_push (TV_NAME_LOOKUP);
1362 timevar_push (TV_NAME_LOOKUP);
1543 timevar_push (TV_NAME_LOOKUP);
1922 timevar_push (TV_NAME_LOOKUP);
2364 timevar_push (TV_NAME_LOOKUP);
2448 timevar_push (TV_NAME_LOOKUP);
2469 timevar_push (TV_NAME_LOOKUP);
2573 timevar_push (TV_NAME_LOOKUP);
2615 timevar_push (TV_NAME_LOOKUP);
2663 timevar_push (TV_NAME_LOOKU
[all...]
H A Dlex.c1146 timevar_push (TV_NAME_LOOKUP);
1236 timevar_push (TV_NAME_LOOKUP);
H A Ddecl2.c2801 timevar_push (TV_VARCONST);
3714 timevar_push (TV_NAME_LOOKUP);
3731 timevar_push (TV_NAME_LOOKUP);
3910 timevar_push (TV_NAME_LOOKUP);
3942 timevar_push (TV_NAME_LOOKUP);
4036 timevar_push (TV_NAME_LOOKUP);
4456 timevar_push (TV_NAME_LOOKUP);
H A Dsemantics.c2389 timevar_push (TV_INTEGRATION);
2395 timevar_push (TV_EXPAND);

Completed in 465 milliseconds

123