Searched refs:substitute (Results 1 – 3 of 3) sorted by relevance
143 HInstruction* substitute = substitute_instructions_for_loads_[i]; in FindSubstitute() local145 DCHECK_EQ(FindSubstitute(substitute), substitute); in FindSubstitute()146 return substitute; in FindSubstitute()166 HInstruction* substitute = substitute_instructions_for_loads_[index]; in TryToReuseTypeConversion() local176 if (substitute2 == substitute && in TryToReuseTypeConversion()205 HInstruction* substitute = substitute_instructions_for_loads_[i]; in RemoveInstructions() local206 DCHECK(substitute != nullptr); in RemoveInstructions()210 DCHECK_EQ(FindSubstitute(substitute), substitute); in RemoveInstructions()225 load, substitute, load->GetType()); in RemoveInstructions()231 load->ReplaceWith(substitute); in RemoveInstructions()
21 # instruction use. SsaBuilder must substitute the int variant before removing it,
316 print(OUTPUT_TPL.substitute(static_fields="\n".join(static_fields),