Searched refs:replace_call_with_value (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-fold.c | 584 replace_call_with_value (gimple_stmt_iterator *gsi, tree val) in replace_call_with_value() function 1195 replace_call_with_value (gsi, gimple_call_arg (stmt, 0)); in gimple_fold_builtin_memset() 1628 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcpy() 1688 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strncpy() 1752 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strchr() 1837 replace_call_with_value (gsi, integer_zero_node); in gimple_fold_builtin_strstr() 1854 replace_call_with_value (gsi, haystack); in gimple_fold_builtin_strstr() 1903 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strcat() 1984 replace_call_with_value (gsi, dest); in gimple_fold_builtin_strcat_chk() 2017 replace_call_with_value (gsi, dst); in gimple_fold_builtin_strncat() [all …]
|
H A D | gimple-fold.h | 60 extern void replace_call_with_value (gimple_stmt_iterator *, tree);
|
H A D | asan.c | 712 replace_call_with_value (iter, new_alloca); in handle_builtin_alloca()
|