Searched refs:dom_valueize (Results 1 – 3 of 3) sorted by relevance
981 dom_valueize (tree t) in dom_valueize() function1050 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()
1012 dom_valueize (tree t) in dom_valueize() function1093 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()
17784 record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.23039 * tree-ssa-dom.c (dom_valueize): New function.