Searched refs:pass_strip_predict_hints (Results 1 – 10 of 10) sorted by relevance
103 NEXT_PASS (pass_strip_predict_hints, true /* early_p */);192 NEXT_PASS (pass_strip_predict_hints, false /* early_p */);353 NEXT_PASS (pass_strip_predict_hints, false /* early_p */);
4151 class pass_strip_predict_hints : public gimple_opt_pass4154 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function4159 opt_pass * clone () { return new pass_strip_predict_hints (m_ctxt); } in clone()4174 pass_strip_predict_hints::execute (function *fun) in execute()4184 return new pass_strip_predict_hints (ctxt); in make_pass_strip_predict_hints()
108 NEXT_PASS (pass_strip_predict_hints, true /* early_p */);199 NEXT_PASS (pass_strip_predict_hints, false /* early_p */);379 NEXT_PASS (pass_strip_predict_hints, false /* early_p */);
4230 class pass_strip_predict_hints : public gimple_opt_pass class4233 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function in __anona13281e90211::pass_strip_predict_hints4238 opt_pass * clone () { return new pass_strip_predict_hints (m_ctxt); } in clone()4253 pass_strip_predict_hints::execute (function *fun) in execute()4263 return new pass_strip_predict_hints (ctxt); in make_pass_strip_predict_hints()
7060 * predict.c (pass_strip_predict_hints): Avoid bugs dump file.8575 * tree-pass.h (pass_strip_predict_hints): Declare.8580 (pass_strip_predict_hints): New pass.8583 * passes.c (init_optimization_passes): Add pass_strip_predict_hints.
13377 (pass_strip_predict_hints::execute): Add handling of13386 * passes.def: Add argument for pass_strip_predict_hints.13387 * predict.c (class pass_strip_predict_hints): Add new argument13390 (pass_strip_predict_hints::execute): Call the function to
16830 * predict.c (pass_strip_predict_hints::clone): Likewise.23386 (pass_strip_predict_hints): Convert from a global struct to a subclass23718 (pass_strip_predict_hints): Replace declaration with that of...
3495 * predict.c (pass_strip_predict_hints): Add pass name.
21405 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
26781 * passes.def: Put pass_strip_predict_hints to the beginning of