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