/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-propagate.c | 620 gimple_move_vops (new_stmt, stmt); in finish_update_gimple_call() 700 gimple_move_vops (new_stmt, stmt); in update_call_from_tree() 725 gimple_move_vops (new_stmt, stmt); in update_call_from_tree()
|
H A D | gimple-fold.c | 648 gimple_move_vops (repl, stmt); in replace_call_with_call_and_fold() 833 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op() 1091 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op() 1269 gimple_move_vops (store, stmt); in gimple_fold_builtin_memset() 3076 gimple_move_vops (repl, stmt); in gimple_fold_builtin_stpcpy() 4224 gimple_move_vops (g, stmt); in fold_builtin_atomic_compare_exchange() 4328 gimple_move_vops (new_stmt, call); in gimple_fold_mask_load() 4345 gimple_move_vops (new_stmt, call); in gimple_fold_mask_store() 4460 gimple_move_vops (new_stmt, stmt); in gimple_fold_call()
|
H A D | tree-call-cdce.c | 1121 gimple_move_vops (new_call, call); in use_internal_fn()
|
H A D | tree-vectorizer.c | 292 gimple_move_vops (g, stmt); in adjust_simduid_builtins()
|
H A D | ipa-param-manipulation.c | 879 gimple_move_vops (new_stmt, stmt); in modify_call()
|
H A D | tree-if-conv.c | 2149 gimple_move_vops (new_stmt, stmt); in predicate_load_or_store()
|
H A D | tree-ssa-ccp.c | 3045 gimple_move_vops (g, call); in optimize_atomic_bit_test_and()
|
H A D | tree-ssa-math-opts.c | 1042 gimple_move_vops (stmt2, call); in execute()
|
H A D | gimple.c | 2073 gimple_move_vops (gimple *new_stmt, gimple *old_stmt) in gimple_move_vops() function
|
H A D | gimple.h | 1602 void gimple_move_vops (gimple *, gimple *);
|
H A D | tree-vect-stmts.c | 9701 gimple_move_vops (new_stmt, stmt_info->stmt); in vectorizable_load()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-isel.cc | 103 gimple_move_vops (ass_stmt, stmt); in gimple_expand_vec_set_expr()
|
H A D | gimple-fold.cc | 674 gimple_move_vops (new_stmt, stmt); in finish_update_gimple_call() 841 gimple_move_vops (repl, stmt); in replace_call_with_call_and_fold() 1045 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op() 1337 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op() 1516 gimple_move_vops (store, stmt); in gimple_fold_builtin_memset() 3308 gimple_move_vops (repl, stmt); in gimple_fold_builtin_stpcpy() 5304 gimple_move_vops (g, stmt); in fold_builtin_atomic_compare_exchange() 5408 gimple_move_vops (new_stmt, call); in gimple_fold_mask_load() 5425 gimple_move_vops (new_stmt, call); in gimple_fold_mask_store() 5527 gimple_move_vops (new_stmt, stmt); in gimple_fold_call()
|
H A D | tree-call-cdce.cc | 1122 gimple_move_vops (new_call, call); in use_internal_fn()
|
H A D | tree-vectorizer.cc | 294 gimple_move_vops (g, stmt); in adjust_simduid_builtins()
|
H A D | tree-ssa-ccp.cc | 3802 gimple_move_vops (g, call); in optimize_atomic_bit_test_and() 4021 gimple_move_vops (g, call); in optimize_atomic_op_fetch_cmp_0()
|
H A D | ipa-param-manipulation.cc | 1025 gimple_move_vops (new_stmt, stmt); in modify_call()
|
H A D | gimple.cc | 2161 gimple_move_vops (gimple *new_stmt, gimple *old_stmt) in gimple_move_vops() function
|
H A D | tree-if-conv.cc | 2282 gimple_move_vops (new_stmt, stmt); in predicate_load_or_store()
|
H A D | gimple.h | 1607 void gimple_move_vops (gimple *, gimple *);
|
H A D | tree-ssa-math-opts.cc | 1063 gimple_move_vops (stmt2, call); in execute()
|
H A D | tree-vect-stmts.cc | 10047 gimple_move_vops (new_stmt, stmt_info->stmt); in vectorizable_load()
|
H A D | ChangeLog-2019 | 19130 * gimple.h (gimple_move_vops): Declare. 19131 * gimple.c (gimple_move_vops): New function
|