Searched refs:record_const_or_copy (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-scopedtables.h | 191 void record_const_or_copy (tree, tree); 197 void record_const_or_copy (tree, tree, tree);
|
H A D | tree-ssa-scopedtables.c | 1007 const_and_copies::record_const_or_copy (tree x, tree y) in record_const_or_copy() function 1009 record_const_or_copy (x, y, SSA_NAME_VALUE (x)); in record_const_or_copy() 1017 const_and_copies::record_const_or_copy (tree x, tree y, tree prev_x) in record_const_or_copy() function
|
H A D | tree-ssa-threadedge.c | 155 const_and_copies->record_const_or_copy (dst, src); in record_temporary_equivalences_from_phis() 407 const_and_copies->record_const_or_copy (gimple_get_lhs (stmt), in record_temporary_equivalences_from_stmts_at_dest()
|
H A D | tree-ssa-dom.c | 1323 const_and_copies->record_const_or_copy (x, y, prev_x); in record_equality() 1425 const_and_copies->record_const_or_copy (lhs, rhs); in cprop_into_successor_phis() 1625 const_and_copies->record_const_or_copy (def, cached_lhs); in eliminate_redundant_computations()
|
H A D | tree-vrp.c | 5063 m_const_and_copies->record_const_or_copy (lhs, in before_dom_children()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-scopedtables.h | 191 void record_const_or_copy (tree, tree); 197 void record_const_or_copy (tree, tree, tree);
|
H A D | tree-ssa-dom.cc | 628 m_copies->record_const_or_copy (dest, src); in register_equiv() 1366 const_and_copies->record_const_or_copy (x, y, prev_x); in record_equality() 1468 const_and_copies->record_const_or_copy (lhs, rhs); in cprop_into_successor_phis() 1660 const_and_copies->record_const_or_copy (def, cached_lhs); in eliminate_redundant_computations()
|
H A D | tree-ssa-scopedtables.cc | 1007 const_and_copies::record_const_or_copy (tree x, tree y) in record_const_or_copy() function in const_and_copies 1009 record_const_or_copy (x, y, SSA_NAME_VALUE (x)); in record_const_or_copy() 1017 const_and_copies::record_const_or_copy (tree x, tree y, tree prev_x) in record_const_or_copy() function in const_and_copies
|
H A D | ChangeLog.tuples | 2755 * tree-ssa-dom.c (record_const_or_copy): Moving a variable declaration to 2802 (record_const_or_copy): Add assertion.
|
H A D | ChangeLog.tree-ssa | 2080 record_const_or_copy. 2160 record_const_or_copy. 2199 (record_const_or_copy): New.
|
H A D | ChangeLog-2004 | 11487 (restore_vars_to_original_value, record_const_or_copy): Likewise. 11927 (record_const_or_copy, record_equality): Likewise. 12300 (record_const_or_copy): No longer need to pass in varray_type *.
|
H A D | ChangeLog-2016 | 32587 (const_and_copies::record_const_or_copy): Call new member function.
|
H A D | ChangeLog-2015 | 35990 (record_const_or_copy): Move into tree-ssa-scopedtables.c
|