Searched refs:replace_with (Results 1 – 1 of 1) sorted by relevance
846 HInstruction* replace_with = nullptr; in VisitBooleanNot() local858 replace_with = input->InputAt(0); in VisitBooleanNot()867 if (replace_with != nullptr) { in VisitBooleanNot()868 bool_not->ReplaceWith(replace_with); in VisitBooleanNot()1008 HInstruction* replace_with = nullptr; in VisitSelect() local1025 replace_with = true_value; in VisitSelect()1029 replace_with = true_value; in VisitSelect()1033 replace_with = false_value; in VisitSelect()1038 replace_with = condition; in VisitSelect()1099 if (replace_with != nullptr) { in VisitSelect()[all …]