Home
last modified time | relevance | path

Searched refs:update_call_from_tree (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.h67 extern bool update_call_from_tree (gimple_stmt_iterator *, tree);
H A Dtree-ssa-propagate.c658 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 Dtree-ssa-ccp.c2348 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 Dtree-ssa-dce.c1330 if (!update_call_from_tree (gsi, result)) in maybe_optimize_arith_overflow()
H A Dtree-ssa-strlen.c2410 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 Dgimple-fold.c4079 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 Dgimple-ssa-sprintf.c4149 if (!update_call_from_tree (gsi, cst)) in try_substitute_return_value()
H A Dtree-cfg.c7507 update_call_from_tree (&gsi, value); in fold_loop_internal_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tuples400 * 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 DChangeLog.gimple-classes1315 (update_call_from_tree): Likewise.
3152 (update_call_from_tree): Likewise for "new_stmt".
H A DChangeLog-202128909 (update_call_from_tree): Likewise.
28915 (update_call_from_tree): Likewise.
28924 update_call_from_tree functionality, avoid excessive
H A DChangeLog-201215164 * 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 DChangeLog-200929409 * tree-ssa-propagate.c (update_call_from_tree): Properly update VOPs.
H A DChangeLog-202014397 (update_call_from_tree): Likewise.
H A DChangeLog-201919142 (update_call_from_tree): Likewise.
H A DChangeLog-20106374 * tree-ssa-propagate.c (update_call_from_tree): Fix for use
H A DChangeLog-201110767 (update_call_from_tree): Use finish_update_gimple_call.
H A DChangeLog-201726642 update_call_from_tree(). (rs6000_gimple_fold_builtin): Add
H A DChangeLog-20142984 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c11520 update_call_from_tree (gsi, res); in rs6000_gimple_fold_builtin()