Searched refs:pass_expand (Results 1 – 5 of 5) sorted by relevance
487 extern struct rtl_opt_pass pass_expand;
1427 NEXT_PASS (pass_expand); in init_optimization_passes()
4730 struct rtl_opt_pass pass_expand = variable
412 NEXT_PASS (pass_expand);
6219 class pass_expand : public rtl_opt_pass6222 pass_expand (gcc::context *ctxt) in pass_expand() function6232 pass_expand::execute (function *fun) in execute()6646 return new pass_expand (ctxt); in make_pass_expand()