Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-propagate.c1131 bool replaced_address, did_replace; in substitute_and_fold() local
1144 did_replace = false; in substitute_and_fold()
1152 did_replace = fold_predicate_in (stmt); in substitute_and_fold()
1160 if (!did_replace) in substitute_and_fold()
1161 did_replace |= replace_uses_in (stmt, &replaced_address, in substitute_and_fold()
1164 did_replace |= replace_vuses_in (stmt, &replaced_address, in substitute_and_fold()
1169 if (did_replace) in substitute_and_fold()