Searched refs:ifInstruction (Results 1 – 1 of 1) sorted by relevance
332 HIf* ifInstruction = block->GetLastInstruction()->AsIfOrNull(); in BoundTypeForIfNotNull() local333 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()336 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()361 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()362 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()382 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument385 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()394 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()397 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()414 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()[all …]