Searched refs:ifInstruction (Results 1 – 1 of 1) sorted by relevance
358 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull() local359 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()362 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()387 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()388 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()408 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument411 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()420 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()424 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()437 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()[all …]