Home
last modified time | relevance | path

Searched refs:replace_with (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc846 HInstruction* replace_with = nullptr; in VisitBooleanNot() local
858 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() local
1025 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 …]