Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpasses.def110 NEXT_PASS (pass_strip_predict_hints);
196 NEXT_PASS (pass_strip_predict_hints);
361 NEXT_PASS (pass_strip_predict_hints);
H A Dpredict.c3889 class pass_strip_predict_hints : public gimple_opt_pass
3892 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function
3897 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()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-pass.h406 extern struct gimple_opt_pass pass_strip_predict_hints;
H A Dpredict.c2361 struct gimple_opt_pass pass_strip_predict_hints = variable
H A Dpasses.c1288 NEXT_PASS (pass_strip_predict_hints); in init_optimization_passes()