Searched refs:ifInstruction (Results 1 – 1 of 1) sorted by relevance
61 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull() local62 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()65 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()91 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()92 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()111 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfInstanceOf() local112 if (ifInstruction == nullptr) { in BoundTypeForIfInstanceOf()115 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfInstanceOf()126 instanceOfTrueBlock = ifInstruction->IfTrueSuccessor(); in BoundTypeForIfInstanceOf()129 instanceOfTrueBlock = ifInstruction->IfFalseSuccessor(); in BoundTypeForIfInstanceOf()