Searched refs:if_instruction (Results 1 – 2 of 2) sorted by relevance
84 HIf* if_instruction = block->GetLastInstruction()->AsIf(); in Run() local85 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); in Run()86 HBasicBlock* false_block = if_instruction->IfFalseSuccessor(); in Run()99 true_block->MoveInstructionBefore(true_block->GetFirstInstruction(), if_instruction); in Run()102 false_block->MoveInstructionBefore(false_block->GetFirstInstruction(), if_instruction); in Run()120 HSelect* select = new (graph_->GetArena()) HSelect(if_instruction->InputAt(0), in Run()123 if_instruction->GetDexPc()); in Run()127 block->InsertInstructionBefore(select, if_instruction); in Run()
41 HIf* if_instruction = last_instruction->AsIf(); in MarkReachableBlocks() local42 HInstruction* condition = if_instruction->InputAt(0); in MarkReachableBlocks()46 DCHECK_EQ(live_successors[0], if_instruction->IfTrueSuccessor()); in MarkReachableBlocks()50 DCHECK_EQ(live_successors[0], if_instruction->IfFalseSuccessor()); in MarkReachableBlocks()