Lines Matching refs:AddInstruction
363 new_block->AddInstruction(new (allocator_) HGoto(successor->GetDexPc())); in SplitCriticalEdge()
451 preheader->AddInstruction(new (allocator_) HGoto(header->GetDexPc())); in TransformLoopToSinglePreheaderFormat()
653 entry_block_->AddInstruction(constant); in InsertConstant()
684 entry_block_->AddInstruction(cached_current_method_); in GetCurrentMethod()
999 instruction_list->AddInstruction(instruction); in Add()
1002 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
1160 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()