Home
last modified time | relevance | path

Searched refs:record_const_or_copy (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.h191 void record_const_or_copy (tree, tree);
197 void record_const_or_copy (tree, tree, tree);
H A Dtree-ssa-scopedtables.c1007 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 Dtree-ssa-threadedge.c155 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 Dtree-ssa-dom.c1323 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 Dtree-vrp.c5063 m_const_and_copies->record_const_or_copy (lhs, in before_dom_children()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.h191 void record_const_or_copy (tree, tree);
197 void record_const_or_copy (tree, tree, tree);
H A Dtree-ssa-dom.cc628 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 Dtree-ssa-scopedtables.cc1007 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 DChangeLog.tuples2755 * tree-ssa-dom.c (record_const_or_copy): Moving a variable declaration to
2802 (record_const_or_copy): Add assertion.
H A DChangeLog.tree-ssa2080 record_const_or_copy.
2160 record_const_or_copy.
2199 (record_const_or_copy): New.
H A DChangeLog-200411487 (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 DChangeLog-201632587 (const_and_copies::record_const_or_copy): Call new member function.
H A DChangeLog-201535990 (record_const_or_copy): Move into tree-ssa-scopedtables.c