Home
last modified time | relevance | path

Searched refs:copy_virtual_operands (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-operands.h160 extern void copy_virtual_operands (tree, tree);
Dtree-vect-transform.c1733 copy_virtual_operands (*vec_stmt, stmt); in vectorizable_store()
1858 copy_virtual_operands (new_stmt, stmt); in vectorizable_load()
1896 copy_virtual_operands (new_stmt, stmt); in vectorizable_load()
1910 copy_virtual_operands (new_stmt, stmt); in vectorizable_load()
Dtree-ssa-operands.c2230 copy_virtual_operands (tree dest, tree src) in copy_virtual_operands() function
Dtree-cfg.c4336 copy_virtual_operands (copy, stmt); in tree_duplicate_bb()
DChangeLog-200517014 (vectorizable_store): Use copy_virtual_operands to update
20796 (copy_virtual_operands): Move. New generic implementation.
25607 (copy_virtual_operands): Use initialize routines for virtual use ops.
27191 (vectorizable_store): copy_virtual_operands and update
27193 (vectorizable_load): copy_virtual_operands. Remove call to
DChangeLog-20047364 (copy_virtual_operands): Copy the kill operand as well.
19750 (copy_virtual_operands): Access v_may_def operands through a struct.
27090 * tree-ssa-operands.c (copy_virtual_operands): New function.
27091 * tree-ssa-operands.h (copy_virtual_operands): Declare.