Searched refs:ifInstruction (Results 1 – 1 of 1) sorted by relevance
386 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()389 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()414 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()415 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()435 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument438 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()447 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()464 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()477 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()484 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()[all …]