Home
last modified time | relevance | path

Searched refs:dom_valueize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c981 dom_valueize (tree t) in dom_valueize() function
1050 tree res = gimple_fold_stmt_to_constant_1 (use_stmt, dom_valueize, in back_propagate_equivalences()
1160 t = dom_valueize (t); in record_equivalences_from_phis()
1705 rhs = dom_valueize (rhs); in record_equivalences_from_stmt()
2148 rhs = dom_valueize (rhs); in optimize_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1012 dom_valueize (tree t) in dom_valueize() function
1093 tree res = gimple_fold_stmt_to_constant_1 (use_stmt, dom_valueize, in back_propagate_equivalences()
1203 t = dom_valueize (t); in record_equivalences_from_phis()
1740 rhs = dom_valueize (rhs); in record_equivalences_from_stmt()
2254 rhs = dom_valueize (rhs); in optimize_stmt()
H A DChangeLog-201517784 record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.
23039 * tree-ssa-dom.c (dom_valueize): New function.