Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc397 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull() local
398 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()
401 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()
426 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()
427 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()
447 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument
450 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()
459 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
463 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
476 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
[all …]