Searched refs:pass_strip_predict_hints (Results 1 – 5 of 5) sorted by relevance
110 NEXT_PASS (pass_strip_predict_hints);196 NEXT_PASS (pass_strip_predict_hints);361 NEXT_PASS (pass_strip_predict_hints);
3889 class pass_strip_predict_hints : public gimple_opt_pass3892 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function3897 opt_pass * clone () { return new pass_strip_predict_hints (m_ctxt); } in clone()3905 pass_strip_predict_hints::execute (function *fun) in execute()3962 return new pass_strip_predict_hints (ctxt); in make_pass_strip_predict_hints()
406 extern struct gimple_opt_pass pass_strip_predict_hints;
2361 struct gimple_opt_pass pass_strip_predict_hints = variable
1288 NEXT_PASS (pass_strip_predict_hints); in init_optimization_passes()