Searched refs:update_gimple_call (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tsan.c | 531 update_gimple_call (gsi, decl, num + 1, args[0], args[1], args[2]); in instrument_builtin_call() 579 update_gimple_call (gsi, decl, 5, args[0], args[1], args[2], in instrument_builtin_call() 603 update_gimple_call (gsi, decl, 5, args[0], in instrument_builtin_call() 630 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call() 661 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call() 667 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call()
|
H A D | tree-ssa-propagate.h | 66 extern bool update_gimple_call (gimple_stmt_iterator *, tree, int, ...);
|
H A D | tree-ssa-strlen.c | 1683 success = update_gimple_call (gsi, fn, 5, dst, in handle_builtin_strcpy() 1689 success = update_gimple_call (gsi, fn, 6, dst, in handle_builtin_strcpy() 1698 success = update_gimple_call (gsi, fn, 3, dst, src, len); in handle_builtin_strcpy() 1700 success = update_gimple_call (gsi, fn, 4, dst, src, len, in handle_builtin_strcpy() 2579 success = update_gimple_call (gsi, fn, 5 + (objsz != NULL_TREE), in handle_builtin_strcat() 2586 success = update_gimple_call (gsi, fn, 4 + (objsz != NULL_TREE), in handle_builtin_strcat() 2595 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat() 2598 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat() 2684 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, in handle_builtin_memset()
|
H A D | tree-ssa-propagate.c | 639 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-propagate.h | 76 bool update_gimple_call (gimple_stmt_iterator *, tree, int, ...);
|
H A D | tree-ssa-strlen.c | 1243 success = update_gimple_call (gsi, fn, 3, dst, src, len); in handle_builtin_strcpy() 1245 success = update_gimple_call (gsi, fn, 4, dst, src, len, in handle_builtin_strcpy() 1560 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat() 1563 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat()
|
H A D | tree-ssa-propagate.c | 708 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() function
|