Home
last modified time | relevance | path

Searched refs:replace_call_with_value (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c617 replace_call_with_value (gimple_stmt_iterator *gsi, tree val) in replace_call_with_value() function
1209 replace_call_with_value (gsi, gimple_call_arg (stmt, 0)); in gimple_fold_builtin_memset()
1824 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcpy()
1895 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strncpy()
1964 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strchr()
2054 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strstr()
2071 replace_call_with_value (gsi, haystack); in gimple_fold_builtin_strstr()
2120 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strcat()
2201 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcat_chk()
2234 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strncat()
[all …]
H A Dgimple-fold.h63 extern void replace_call_with_value (gimple_stmt_iterator *, tree);
H A Dtree-object-size.c1399 replace_call_with_value (&i, result); in execute()
H A Dasan.c756 replace_call_with_value (iter, new_alloca); in handle_builtin_alloca()
H A Dtree-ssa-strlen.c4440 replace_call_with_value (gsi, integer_zero_node); in handle_builtin_string_cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc810 replace_call_with_value (gimple_stmt_iterator *gsi, tree val) in replace_call_with_value() function
1456 replace_call_with_value (gsi, gimple_call_arg (stmt, 0)); in gimple_fold_builtin_memset()
2086 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcpy()
2157 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strncpy()
2226 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strchr()
2316 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strstr()
2333 replace_call_with_value (gsi, haystack); in gimple_fold_builtin_strstr()
2382 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strcat()
2463 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcat_chk()
2495 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strncat()
[all …]
H A Dgimple-fold.h68 extern void replace_call_with_value (gimple_stmt_iterator *, tree);
H A Dtree-ssa-propagate.cc1233 replace_call_with_value (gsi, expr); in propagate_tree_value_into_stmt()
H A Dasan.cc804 replace_call_with_value (iter, addr); in handle_builtin_alloca()
914 replace_call_with_value (iter, new_alloca); in handle_builtin_alloca()
H A Dtree-ssa-ccp.cc2770 replace_call_with_value (gsi, ptr); in fold_stmt()
3097 replace_call_with_value (&stack_save_gsi, rhs); in optimize_stack_restore()
H A Dtree-object-size.cc2107 replace_call_with_value (&i, result); in object_sizes_execute()
H A Dtree-ssa-strlen.cc4354 replace_call_with_value (&m_gsi, integer_zero_node); in handle_builtin_string_cmp()
H A Dtree-cfg.cc7584 replace_call_with_value (&gsi, value); in fold_loop_internal_call()
H A DChangeLog-202128903 Use replace_call_with_value.
28916 (propagate_tree_value_into_stmt): Use replace_call_with_value.
28931 (optimize_stack_restore): Use replace_call_with_value.
H A DChangeLog-201717278 handling. Use replace_call_with_value with NULL instead of
24605 * gimple-fold.c (replace_call_with_value): Remove static keyword.
24606 * gimple-fold.h (replace_call_with_value): Declare.
H A DChangeLog-202025958 call replace_call_with_value.
H A DChangeLog-201516484 (replace_call_with_value): Likewise.
H A DChangeLog-201429780 (replace_call_with_value): New function.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc1804 replace_call_with_value (gsi, res); in rs6000_gimple_fold_builtin()