Searched refs:replace_ref_with (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-predcom.c | 1452 replace_ref_with (gimple *stmt, tree new_tree, bool set, bool in_lhs) in replace_ref_with() function 2001 replace_ref_with (a->stmt, vars[ridx], in execute_load_motion() 2165 replace_ref_with (a->stmt, var, false, false); in execute_pred_commoning_chain() 2175 replace_ref_with (a->stmt, chain->vars[chain->length], true, in_lhs); in execute_pred_commoning_chain() 2181 replace_ref_with (a->stmt, var, false, false); in execute_pred_commoning_chain()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-predcom.c | 1248 replace_ref_with (gimple stmt, tree new_tree, bool set, bool in_lhs) in replace_ref_with() function 1551 replace_ref_with (root->stmt, in initialize_root() 1653 replace_ref_with (a->stmt, VEC_index (tree, vars, ridx), in execute_load_motion() 1778 replace_ref_with (a->stmt, var, false, false); in execute_pred_commoning_chain()
|