Searched refs:shared_lookup_references (Results 1 – 4 of 4) sorted by relevance
1639 static vec<vn_reference_op_s> shared_lookup_references; variable1651 shared_lookup_references.truncate (0); in valueize_shared_reference_ops_from_ref()1652 copy_reference_ops_from_ref (ref, &shared_lookup_references); in valueize_shared_reference_ops_from_ref()1653 valueize_refs_1 (&shared_lookup_references, valueized_anything); in valueize_shared_reference_ops_from_ref()1654 return shared_lookup_references; in valueize_shared_reference_ops_from_ref()1666 shared_lookup_references.truncate (0); in valueize_shared_reference_ops_from_call()1667 copy_reference_ops_from_call (call, &shared_lookup_references); in valueize_shared_reference_ops_from_call()1668 valueize_refs (&shared_lookup_references); in valueize_shared_reference_ops_from_call()1669 return shared_lookup_references; in valueize_shared_reference_ops_from_call()3204 if (old == shared_lookup_references) in vn_reference_lookup_3()[all …]
1725 static vec<vn_reference_op_s> shared_lookup_references; variable1737 shared_lookup_references.truncate (0); in valueize_shared_reference_ops_from_ref()1738 copy_reference_ops_from_ref (ref, &shared_lookup_references); in valueize_shared_reference_ops_from_ref()1739 valueize_refs_1 (&shared_lookup_references, valueized_anything); in valueize_shared_reference_ops_from_ref()1740 return shared_lookup_references; in valueize_shared_reference_ops_from_ref()1752 shared_lookup_references.truncate (0); in valueize_shared_reference_ops_from_call()1753 copy_reference_ops_from_call (call, &shared_lookup_references); in valueize_shared_reference_ops_from_call()1754 valueize_refs (&shared_lookup_references); in valueize_shared_reference_ops_from_call()1755 return shared_lookup_references; in valueize_shared_reference_ops_from_call()3340 if (old == shared_lookup_references) in vn_reference_lookup_3()[all …]
20927 (vn_reference_lookup_3): Properly update shared_lookup_references.20929 shared_lookup_references properly.
20862 update shared_lookup_references only once after changing operands.