Searched refs:substitute (Results 1 – 3 of 3) sorted by relevance
21 # instruction use. SsaBuilder must substitute the int variant before removing it,
316 print(OUTPUT_TPL.substitute(static_fields="\n".join(static_fields),
679 HInstruction* substitute = in ReplacementOrValue() local681 if (substitute != nullptr) { in ReplacementOrValue()682 DCHECK(substitute->IsPredicatedInstanceFieldGet()); in ReplacementOrValue()683 return Value::ForInstruction(substitute); in ReplacementOrValue()754 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FindSubstitute() local755 DCHECK(substitute == nullptr || IsLoad(instruction)); in FindSubstitute()756 return (substitute != nullptr) ? substitute : instruction; in FindSubstitute()3813 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FinishFullLSE() local3814 if (substitute == nullptr) { in FinishFullLSE()3824 DCHECK_EQ(FindSubstitute(substitute), substitute); in FinishFullLSE()[all …]