Searched refs:pass_cse_reciprocals (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c894 class pass_cse_reciprocals : public gimple_opt_pass
897 pass_cse_reciprocals (gcc::context *ctxt) function
905 }; // class pass_cse_reciprocals
908 pass_cse_reciprocals::execute (function *fun)
1086 return new pass_cse_reciprocals (ctxt);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc915 class pass_cse_reciprocals : public gimple_opt_pass class in namespace:__anon1177
918 pass_cse_reciprocals (gcc::context *ctxt) function in class:__anon1177::pass_cse_reciprocals
926 }; // class pass_cse_reciprocals
929 pass_cse_reciprocals::execute (function *fun)
1107 return new pass_cse_reciprocals (ctxt);

Completed in 104 milliseconds