Lines Matching refs:AddInstruction
536 new_block->AddInstruction(new (allocator_) HGoto(successor->GetDexPc())); in SplitCriticalEdge()
624 preheader->AddInstruction(new (allocator_) HGoto(header->GetDexPc())); in TransformLoopToSinglePreheaderFormat()
826 entry_block_->AddInstruction(constant); in InsertConstant()
857 entry_block_->AddInstruction(cached_current_method_); in GetCurrentMethod()
1172 instruction_list->AddInstruction(instruction); in Add()
1175 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
1382 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList
2126 AddInstruction(new (GetGraph()->GetAllocator()) HGoto(new_block->GetDexPc())); in SplitBefore()
2498 predecessor->AddInstruction(new (graph_->GetAllocator()) HGoto(last_instruction->GetDexPc())); in DisconnectAndDelete()
2862 predecessor->AddInstruction(new (allocator) HGoto(last->GetDexPc())); in InlineInto()
3041 new_pre_header->AddInstruction(new (allocator_) HGoto()); in TransformLoopForVectorization()
3043 new_header->AddInstruction(suspend_check); in TransformLoopForVectorization()
3044 new_body->AddInstruction(new (allocator_) HGoto()); in TransformLoopForVectorization()