Searched refs:replace_call_with_call_and_fold (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-fold.c | 610 replace_call_with_call_and_fold (gimple_stmt_iterator *gsi, gimple *repl) in replace_call_with_call_and_fold() function 1124 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_bcmp() 1151 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_bcopy() 1648 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strcpy() 1723 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strncpy() 1776 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strchr() 1866 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strstr() 1997 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strcat_chk() 2084 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strncat() 2128 replace_call_with_call_and_fold (gsi, repl); in gimple_fold_builtin_strncat_chk() [all …]
|