Home
last modified time | relevance | path

Searched refs:last_instruction (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination.cc30 HInstruction* last_instruction = block->GetLastInstruction(); in MarkReachableBlocks() local
31 if (last_instruction->IsIf()) { in MarkReachableBlocks()
32 HIf* if_instruction = last_instruction->AsIf(); in MarkReachableBlocks()
Dnodes.cc1040 HInstruction* last_instruction = predecessor->GetLastInstruction(); in DisconnectAndDelete() local
1041 predecessor->RemoveInstruction(last_instruction); in DisconnectAndDelete()
1044 DCHECK(last_instruction->IsIf()); in DisconnectAndDelete()