Home
last modified time | relevance | path

Searched refs:pass_phiopt (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def93 NEXT_PASS (pass_phiopt, true /* early_p */);
217 NEXT_PASS (pass_phiopt, false /* early_p */);
240 NEXT_PASS (pass_phiopt, false /* early_p */);
333 NEXT_PASS (pass_phiopt, false /* early_p */);
H A Dtree-ssa-phiopt.c3018 class pass_phiopt : public gimple_opt_pass
3021 pass_phiopt (gcc::context *ctxt) in pass_phiopt() function
3026 opt_pass * clone () { return new pass_phiopt (m_ctxt); } in clone()
3049 return new pass_phiopt (ctxt); in make_pass_phiopt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def96 NEXT_PASS (pass_phiopt, true /* early_p */);
230 NEXT_PASS (pass_phiopt, false /* early_p */);
252 NEXT_PASS (pass_phiopt, false /* early_p */);
353 NEXT_PASS (pass_phiopt, false /* early_p */);
H A Dtree-ssa-phiopt.cc3972 class pass_phiopt : public gimple_opt_pass class
3975 pass_phiopt (gcc::context *ctxt) in pass_phiopt() function in __anone4fe6fc30111::pass_phiopt
3980 opt_pass * clone () { return new pass_phiopt (m_ctxt); } in clone()
4003 return new pass_phiopt (ctxt); in make_pass_phiopt()
H A DChangeLog.tuples2543 and pass_phiopt.
H A DChangeLog-201316854 * tree-ssa-phiopt.c (pass_phiopt::clone): Likewise.
23762 (pass_phiopt): Replace declaration with that of...
24214 * tree-ssa-phiopt.c (pass_phiopt): Convert from a global struct to a
H A DChangeLog-20044885 * tree-ssa-phiopt.c (pass_phiopt): Ditto.
14998 * tree-ssa-phiopt.c (pass_phiopt): Adjust.
21310 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
H A DChangeLog.tree-ssa1936 * tree-pass.h (pass_phiopt): Declare.
H A DChangeLog-200616940 (pass_phiopt) <todo_flags_finish>: Remove TODO_cleanup_cfg.
H A DChangeLog-200923984 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
H A DChangeLog-20057523 (pass_phiopt): Remove TODO_update_ssa.
H A DChangeLog-201434235 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dpasses.texi579 @code{pass_phiopt}.
H A Dgccint.info8168 'pass_phiopt'.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dpasses.texi586 @code{pass_phiopt}.
H A Dgccint.info7809 'pass_phiopt'.