Searched refs:AddInstruction (Results 1 – 4 of 4) sorted by relevance
54 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 …]
32 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()
145 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::HBasicBlock366 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList
56 void AddInstruction(HInstruction* instruction);352 void AddInstruction(HInstruction* instruction);