Searched refs:pass_tracer (Results 1 – 9 of 9) sorted by relevance
419 class pass_tracer : public gimple_opt_pass class422 pass_tracer (gcc::context *ctxt) in pass_tracer() function in __anon2bf7c5df0111::pass_tracer437 pass_tracer::execute (function *fun) in execute()467 return new pass_tracer (ctxt); in make_pass_tracer()
335 NEXT_PASS (pass_tracer);
7211 * passes.c (init_optimization_passes): Move pass_tracer from8479 * tracer.c (pass_tracer): Likewise.
23467 * tracer.c (pass_tracer): Convert from a global struct to a subclass23800 (pass_tracer): Replace declaration with that of...
16707 * passes.def (pass_tracer): Move before last dominator pass.35535 (pass_tracer::execute): Likewise.
25624 * tree-pass.h (pass_tracer): Move to list of gimple passes, it
12789 pass_tracer): New.
400 class pass_tracer : public gimple_opt_pass403 pass_tracer (gcc::context *ctxt) in pass_tracer() function418 pass_tracer::execute (function *fun) in execute()448 return new pass_tracer (ctxt); in make_pass_tracer()
317 NEXT_PASS (pass_tracer);