Home
last modified time | relevance | path

Searched refs:pass_expand (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-pass.h487 extern struct rtl_opt_pass pass_expand;
HDpasses.c1427 NEXT_PASS (pass_expand); in init_optimization_passes()
HDcfgexpand.c4730 struct rtl_opt_pass pass_expand = variable
/dragonfly/contrib/gcc-8.0/gcc/
HDpasses.def412 NEXT_PASS (pass_expand);
HDcfgexpand.c6219 class pass_expand : public rtl_opt_pass
6222 pass_expand (gcc::context *ctxt) in pass_expand() function
6232 pass_expand::execute (function *fun) in execute()
6646 return new pass_expand (ctxt); in make_pass_expand()