Searched refs:update_call_from_tree (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-propagate.h | 67 extern bool update_call_from_tree (gimple_stmt_iterator *, tree);
|
H A D | tree-ssa-propagate.c | 658 update_call_from_tree (gimple_stmt_iterator *si_p, tree expr) in update_call_from_tree() function 1446 res = update_call_from_tree (gsi, expr); in propagate_tree_value_into_stmt()
|
H A D | tree-ssa-ccp.c | 2348 res = update_call_from_tree (gsi, new_rhs); in fold_stmt() 2367 bool res = update_call_from_tree (gsi, new_rhs); in fold_stmt() 2394 bool res = update_call_from_tree (gsi, ptr); in fold_stmt() 2722 update_call_from_tree (&stack_save_gsi, rhs); in optimize_stack_restore() 3446 if (!update_call_from_tree (&i, result)) in execute()
|
H A D | tree-ssa-dce.c | 1330 if (!update_call_from_tree (gsi, result)) in maybe_optimize_arith_overflow()
|
H A D | tree-ssa-strlen.c | 2410 if (!update_call_from_tree (gsi, rhs)) in handle_builtin_strlen() 2510 if (!update_call_from_tree (gsi, ret)) in handle_builtin_strlen() 2589 if (!update_call_from_tree (gsi, rhs)) in handle_builtin_strchr()
|
H A D | gimple-fold.c | 4079 if (!update_call_from_tree (gsi, result)) in gimple_fold_builtin() 4676 if (!update_call_from_tree (gsi, result)) in gimple_fold_call()
|
H A D | gimple-ssa-sprintf.c | 4149 if (!update_call_from_tree (gsi, cst)) in try_substitute_return_value()
|
H A D | tree-cfg.c | 7507 update_call_from_tree (&gsi, value); in fold_loop_internal_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tuples | 400 * tree-ssa-propagate.c (update_call_from_tree, substitute_and_fold): 3717 move_ssa_defining_stmt_for_defs, update_call_from_tree): 3722 move_ssa_defining_stmt_for_defs, update_call_from_tree): 3725 move_ssa_defining_stmt_for_defs, update_call_from_tree): Declared. 3846 (update_call_from_tree): New function. 3847 (fold_gimple_call): Use update_call_from_tree.
|
H A D | ChangeLog.gimple-classes | 1315 (update_call_from_tree): Likewise. 3152 (update_call_from_tree): Likewise for "new_stmt".
|
H A D | ChangeLog-2021 | 28909 (update_call_from_tree): Likewise. 28915 (update_call_from_tree): Likewise. 28924 update_call_from_tree functionality, avoid excessive
|
H A D | ChangeLog-2012 | 15164 * tree-ssa-propagate.c (update_call_from_tree): Likewise. 16234 * tree-ssa-propagate.c (update_call_from_tree): Likewise. 27720 update_call_from_tree when propagating into a call.
|
H A D | ChangeLog-2009 | 29409 * tree-ssa-propagate.c (update_call_from_tree): Properly update VOPs.
|
H A D | ChangeLog-2020 | 14397 (update_call_from_tree): Likewise.
|
H A D | ChangeLog-2019 | 19142 (update_call_from_tree): Likewise.
|
H A D | ChangeLog-2010 | 6374 * tree-ssa-propagate.c (update_call_from_tree): Fix for use
|
H A D | ChangeLog-2011 | 10767 (update_call_from_tree): Use finish_update_gimple_call.
|
H A D | ChangeLog-2017 | 26642 update_call_from_tree(). (rs6000_gimple_fold_builtin): Add
|
H A D | ChangeLog-2014 | 2984 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-call.c | 11520 update_call_from_tree (gsi, res); in rs6000_gimple_fold_builtin()
|