Searched refs:repl (Results 1 – 1 of 1) sorted by relevance
1187 HInstruction* repl = ReduceAndExtractIfNeeded(i->second); in Vectorize() local1190 induction_range_.Replace(use.GetUser(), phi, repl); // update induction use in Vectorize()1192 phi->ReplaceWith(repl); in Vectorize()