Home
last modified time | relevance | path

Searched refs:AddInstruction (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc54 instruction->GetBlock()->AddInstruction(temp); in Add()
77 entry_block_->AddInstruction(local); in InitializeLocals()
97 entry_block_->AddInstruction(parameter); in InitializeParameters()
99 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter)); in InitializeParameters()
115 entry_block_->AddInstruction(parameter); in InitializeParameters()
119 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter)); in InitializeParameters()
144 current_block_->AddInstruction(comparison); in If_22t()
146 current_block_->AddInstruction(ifinst); in If_22t()
160 current_block_->AddInstruction(comparison); in If_21t()
162 current_block_->AddInstruction(ifinst); in If_21t()
[all …]
Dgraph_test.cc32 if_block->AddInstruction(instr); in createIfBlock()
34 if_block->AddInstruction(equal); in createIfBlock()
36 if_block->AddInstruction(instr); in createIfBlock()
44 block->AddInstruction(got); in createGotoBlock()
52 block->AddInstruction(return_instr); in createReturnBlock()
60 block->AddInstruction(exit_instr); in createExitBlock()
Dnodes.cc145 new_block->AddInstruction(new (arena_) HGoto()); in SplitCriticalEdge()
167 new_back_edge->AddInstruction(new (arena_) HGoto()); in SimplifyLoop()
184 pre_header->AddInstruction(new (arena_) HGoto()); in SimplifyLoop()
317 instruction_list->AddInstruction(instruction); in Add()
320 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
366 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList
Dnodes.h56 void AddInstruction(HInstruction* instruction);
352 void AddInstruction(HInstruction* instruction);