Searched refs:dse_optimize_stmt (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-dse.c | 962 void dse_optimize_stmt (gimple_stmt_iterator *); 1037 dse_dom_walker::dse_optimize_stmt (gimple_stmt_iterator *gsi) in dse_optimize_stmt() function 1172 dse_optimize_stmt (&gsi); in before_dom_children()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-dse.cc | 1290 dse_optimize_stmt (function *fun, gimple_stmt_iterator *gsi, sbitmap live_bytes) in dse_optimize_stmt() function 1500 dse_optimize_stmt (fun, &gsi, live_bytes); in execute()
|
H A D | ChangeLog.tuples | 461 dse_optimize_stmt, execute_simple_dse): Likewise. 3542 get_kill_of_stmt_lhs, dse_possible_dead_store_p, dse_optimize_stmt,
|
H A D | ChangeLog-2005 | 1090 * tree-ssa-dse.c (dse_optimize_stmt): Correctly handle PHI nodes which 4441 (dse_optimize_stmt): Call memory_address_same. 7248 * tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and 17158 dse_optimize_stmt, dse_record_phis, dse_finalize_block): Use 20750 * tree-ssa-dse.c (dse_optimize_stmt): Use ZERO_SSA_OPERANDS. 21848 (dse_optimize_stmt): Handle V_MUST_DEF operands. Handle case where 25036 * tree-ssa-dse.c (dse_optimize_stmt): Mark symbols in removed 25185 * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment. 25568 (dse_optimize_stmt): Use new immuse interface. 35351 * tree-ssa-dse.c (dse_optimize_stmt): Do not optimize
|
H A D | ChangeLog-2006 | 1418 (dse_optimize_stmt): Abstract code checking a possible dead store 1586 * tree-ssa-dse.c (dse_optimize_stmt): Remove SSA_OP_VMUSTDEF. 2928 (dse_optimize_stmt): Same. 13709 * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE. 14021 * tree-ssa-dse.c (dse_optimize_stmt): Avoid num_imm_uses when 23472 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
|
H A D | ChangeLog-2021 | 3712 (dse_optimize_stmt): Likewise. 4339 (dse_optimize_stmt): Use it. 27125 (dse_optimize_stmt): Handle call LHS by dropping the 27753 (dse_dom_walker::dse_optimize_stmt): Rename... 27754 (dse_optimize_stmt): ... to this, pass in live_bytes sbitmap. 28309 (dse_dom_walker::dse_optimize_stmt): Move VDEF check to the
|
H A D | ChangeLog-2017 | 40408 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with 40443 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than 40501 dse_optimize_stmt. 40512 dse_optimize_stmt. 40513 (dse_optimize_stmt): Make a member of dse_dom_walker.
|
H A D | ChangeLog-2007 | 137 * tree-ssa-dse.c (dse_optimize_stmt): Don't eliminate store if 5218 (dse_optimize_stmt): Call get_kill_of_stmt_lhs instead of 18535 (dse_optimize_stmt): Likewise. 21094 (dse_optimize_stmt): Call it.
|
H A D | ChangeLog-2019 | 8655 (dse_dom_walker::dse_optimize_stmt): Likewise. 16610 (dse_dom_walker::dse_optimize_stmt): Likewise. 20825 (dse_walker::dse_optimize_stmt): Likewise. Add missing return to 24505 (dse_optimize_stmt): Handle _CHK variants. For statements which
|
H A D | ChangeLog.tree-ssa | 684 * tree-ssa-dse.c (dse_optimize_stmt): Redirect uses feeding into 1591 * tree-ssa.dse.c (dse_optimize_stmt): Dump info when we delete
|
H A D | ChangeLog-2009 | 17646 * tree-ssa-dse.c (dse_optimize_stmt): Simplify now that it's not a 29348 * tree-ssa-dse.c (dse_optimize_stmt): Properly query if the rhs 29356 (dse_optimize_stmt): Simplify. Properly remove stores.
|
H A D | ChangeLog-2012 | 26047 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator. 29224 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt 29250 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
|
H A D | ChangeLog-2004 | 12805 * tree-ssa-dse.c (dse_optimize_stmt): Call free_df_for_stmt. Also 13270 (dse_optimize_stmt, dse_record_phis, tree_ssa_dse): Do not use phi 24892 * tree-ssa-dse.c (dse_optimize_stmt): Likewise. 30537 (dse_optimize_stmt): Ditto.
|
H A D | ChangeLog-2008 | 19132 (get_stmt_uid, dse_possible_dead_store_p, dse_optimize_stmt, 25539 * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
|
H A D | ChangeLog | 3367 (dse_optimize_stmt): Query may-defs.
|
H A D | ChangeLog-2011 | 29727 (dse_optimize_stmt): Remove voperand set handling code. 38335 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
|
H A D | ChangeLog-2014 | 27450 (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code. 35878 (dse_optimize_stmt): Simplify, now that we found a kill
|
H A D | ChangeLog-2016 | 6112 * tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra new line.
|
H A D | ChangeLog-2018 | 23461 (dse_dom_walker::dse_optimize_stmt): Adjust.
|
H A D | ChangeLog-2010 | 10234 * tree-ssa-dse.c (dse_optimize_stmt): Use it.
|
H A D | ChangeLog-2013 | 34424 * tree-ssa-dse.c (dse_optimize_stmt): Allow DSE of
|
H A D | ChangeLog-2015 | 13107 * tree-ssa-dse.c (dse_optimize_stmt): Add missing call to
|