Searched refs:if_instruction (Results 1 – 2 of 2) sorted by relevance
108 HIf* if_instruction = block->GetLastInstruction()->AsIf(); in Run() local109 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); in Run()110 HBasicBlock* false_block = if_instruction->IfFalseSuccessor(); in Run()126 instr->MoveBefore(if_instruction); in Run()131 instr->MoveBefore(if_instruction); in Run()158 HInstruction* condition = if_instruction->InputAt(0); in Run()162 if_instruction->GetDexPc()); in Run()171 block->InsertInstructionBefore(select, if_instruction); in Run()
47 HIf* if_instruction = last_instruction->AsIf(); in MarkReachableBlocks() local48 HInstruction* condition = if_instruction->InputAt(0); in MarkReachableBlocks()52 DCHECK_EQ(live_successors[0], if_instruction->IfTrueSuccessor()); in MarkReachableBlocks()56 DCHECK_EQ(live_successors[0], if_instruction->IfFalseSuccessor()); in MarkReachableBlocks()