Home
last modified time | relevance | path

Searched refs:pass_tracer (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtracer.cc419 class pass_tracer : public gimple_opt_pass class
422 pass_tracer (gcc::context *ctxt) in pass_tracer() function in __anon2bf7c5df0111::pass_tracer
437 pass_tracer::execute (function *fun) in execute()
467 return new pass_tracer (ctxt); in make_pass_tracer()
H A Dpasses.def335 NEXT_PASS (pass_tracer);
H A DChangeLog-20077211 * passes.c (init_optimization_passes): Move pass_tracer from
8479 * tracer.c (pass_tracer): Likewise.
H A DChangeLog-201323467 * tracer.c (pass_tracer): Convert from a global struct to a subclass
23800 (pass_tracer): Replace declaration with that of...
H A DChangeLog-201416707 * passes.def (pass_tracer): Move before last dominator pass.
35535 (pass_tracer::execute): Likewise.
H A DChangeLog-200925624 * tree-pass.h (pass_tracer): Move to list of gimple passes, it
H A DChangeLog-200512789 pass_tracer): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtracer.c400 class pass_tracer : public gimple_opt_pass
403 pass_tracer (gcc::context *ctxt) in pass_tracer() function
418 pass_tracer::execute (function *fun) in execute()
448 return new pass_tracer (ctxt); in make_pass_tracer()
H A Dpasses.def317 NEXT_PASS (pass_tracer);