Searched refs:ifInstruction (Results 1 – 1 of 1) sorted by relevance
397 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull() local398 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() argument450 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 …]