Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dboolean_simplifier.cc26 HInstruction* boolean_not = if_instruction->InputAt(0); in TryRemovingNegatedCondition() local
27 if (!boolean_not->IsBooleanNot()) { in TryRemovingNegatedCondition()
32 if_instruction->ReplaceInput(boolean_not->InputAt(0), 0); in TryRemovingNegatedCondition()
36 if (!boolean_not->HasUses()) { in TryRemovingNegatedCondition()
37 boolean_not->GetBlock()->RemoveInstruction(boolean_not); in TryRemovingNegatedCondition()