Searched refs:replace_call_with_value (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-fold.c | 617 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 D | gimple-fold.h | 63 extern void replace_call_with_value (gimple_stmt_iterator *, tree);
|
H A D | tree-object-size.c | 1399 replace_call_with_value (&i, result); in execute()
|
H A D | asan.c | 756 replace_call_with_value (iter, new_alloca); in handle_builtin_alloca()
|
H A D | tree-ssa-strlen.c | 4440 replace_call_with_value (gsi, integer_zero_node); in handle_builtin_string_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-fold.cc | 810 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 D | gimple-fold.h | 68 extern void replace_call_with_value (gimple_stmt_iterator *, tree);
|
H A D | tree-ssa-propagate.cc | 1233 replace_call_with_value (gsi, expr); in propagate_tree_value_into_stmt()
|
H A D | asan.cc | 804 replace_call_with_value (iter, addr); in handle_builtin_alloca() 914 replace_call_with_value (iter, new_alloca); in handle_builtin_alloca()
|
H A D | tree-ssa-ccp.cc | 2770 replace_call_with_value (gsi, ptr); in fold_stmt() 3097 replace_call_with_value (&stack_save_gsi, rhs); in optimize_stack_restore()
|
H A D | tree-object-size.cc | 2107 replace_call_with_value (&i, result); in object_sizes_execute()
|
H A D | tree-ssa-strlen.cc | 4354 replace_call_with_value (&m_gsi, integer_zero_node); in handle_builtin_string_cmp()
|
H A D | tree-cfg.cc | 7584 replace_call_with_value (&gsi, value); in fold_loop_internal_call()
|
H A D | ChangeLog-2021 | 28903 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 D | ChangeLog-2017 | 17278 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 D | ChangeLog-2020 | 25958 call replace_call_with_value.
|
H A D | ChangeLog-2015 | 16484 (replace_call_with_value): Likewise.
|
H A D | ChangeLog-2014 | 29780 (replace_call_with_value): New function.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-builtin.cc | 1804 replace_call_with_value (gsi, res); in rs6000_gimple_fold_builtin()
|