Lines Matching refs:AddInstruction
362 new_block->AddInstruction(new (allocator_) HGoto(successor->GetDexPc())); in SplitCriticalEdge()
450 preheader->AddInstruction(new (allocator_) HGoto(header->GetDexPc())); in TransformLoopToSinglePreheaderFormat()
652 entry_block_->AddInstruction(constant); in InsertConstant()
683 entry_block_->AddInstruction(cached_current_method_); in GetCurrentMethod()
998 instruction_list->AddInstruction(instruction); in Add()
1001 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
1159 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList
1854 AddInstruction(new (GetGraph()->GetAllocator()) HGoto(new_block->GetDexPc())); in SplitBefore()
2226 predecessor->AddInstruction(new (graph_->GetAllocator()) HGoto(last_instruction->GetDexPc())); in DisconnectAndDelete()
2587 predecessor->AddInstruction(new (allocator) HGoto(last->GetDexPc())); in InlineInto()
2766 new_pre_header->AddInstruction(new (allocator_) HGoto()); in TransformLoopForVectorization()
2768 new_header->AddInstruction(suspend_check); in TransformLoopForVectorization()
2769 new_body->AddInstruction(new (allocator_) HGoto()); in TransformLoopForVectorization()