Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def103 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 */);
H A Dpredict.c4151 class pass_strip_predict_hints : public gimple_opt_pass
4154 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function
4159 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def108 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 */);
H A Dpredict.cc4230 class pass_strip_predict_hints : public gimple_opt_pass class
4233 pass_strip_predict_hints (gcc::context *ctxt) in pass_strip_predict_hints() function in __anona13281e90211::pass_strip_predict_hints
4238 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()
H A DChangeLog-20087060 * 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.
H A DChangeLog-201813377 (pass_strip_predict_hints::execute): Add handling of
13386 * passes.def: Add argument for pass_strip_predict_hints.
13387 * predict.c (class pass_strip_predict_hints): Add new argument
13390 (pass_strip_predict_hints::execute): Call the function to
H A DChangeLog-201316830 * predict.c (pass_strip_predict_hints::clone): Likewise.
23386 (pass_strip_predict_hints): Convert from a global struct to a subclass
23718 (pass_strip_predict_hints): Replace declaration with that of...
H A DChangeLog-20093495 * predict.c (pass_strip_predict_hints): Add pass name.
H A DChangeLog-201621405 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
H A DChangeLog-201726781 * passes.def: Put pass_strip_predict_hints to the beginning of