Searched refs:RemoveInstruction (Results 1 - 19 of 19) sorted by relevance

/art/compiler/optimizing/
H A Dconstant_folding.cc93 inst->GetBlock()->RemoveInstruction(inst);
103 inst->GetBlock()->RemoveInstruction(inst);
116 inst->GetBlock()->RemoveInstruction(inst);
125 inst->GetBlock()->RemoveInstruction(inst);
139 instruction->GetBlock()->RemoveInstruction(instruction);
151 instruction->GetBlock()->RemoveInstruction(instruction);
163 instruction->GetBlock()->RemoveInstruction(instruction);
175 instruction->GetBlock()->RemoveInstruction(instruction);
187 instruction->GetBlock()->RemoveInstruction(instruction);
199 instruction->GetBlock()->RemoveInstruction(instructio
[all...]
H A Dinstruction_simplifier.cc173 left_neg->GetBlock()->RemoveInstruction(left_neg);
174 right_neg->GetBlock()->RemoveInstruction(right_neg);
208 left->GetBlock()->RemoveInstruction(left);
209 right->GetBlock()->RemoveInstruction(right);
251 instruction->GetBlock()->RemoveInstruction(instruction);
269 ushr->GetBlock()->RemoveInstruction(ushr);
272 ushr->GetRight()->GetBlock()->RemoveInstruction(ushr->GetRight());
275 shl->GetBlock()->RemoveInstruction(shl);
278 shl->GetRight()->GetBlock()->RemoveInstruction(shl->GetRight());
400 null_check->GetBlock()->RemoveInstruction(null_chec
[all...]
H A Dinstruction_simplifier_shared.cc81 input_binop->GetBlock()->RemoveInstruction(input_binop);
146 mul->GetBlock()->RemoveInstruction(mul);
159 mul->GetBlock()->RemoveInstruction(mul);
221 hnot->GetBlock()->RemoveInstruction(hnot);
H A Dprepare_for_register_allocation.cc47 bound_type->GetBlock()->RemoveInstruction(bound_type);
108 check->GetBlock()->RemoveInstruction(check);
111 load_class->GetBlock()->RemoveInstruction(load_class);
117 check->GetBlock()->RemoveInstruction(check);
143 load_class->GetBlock()->RemoveInstruction(load_class);
H A Dgraph_checker_test.cc127 exit_block->RemoveInstruction(last_inst);
H A Doptimizing_unit_test.h70 current->GetBlock()->RemoveInstruction(current);
H A Dnodes_test.cc29 TEST(Node, RemoveInstruction) {
63 first_block->RemoveInstruction(null_check);
H A Dssa_builder.cc343 aget_float->GetBlock()->RemoveInstruction(aget_float);
357 aget_int->GetBlock()->RemoveInstruction(aget_int);
452 new_instance->GetBlock()->RemoveInstruction(new_instance);
465 input->GetBlock()->RemoveInstruction(input);
475 load_class->GetBlock()->RemoveInstruction(load_class);
H A Ddead_code_elimination.cc176 block->RemoveInstruction(inst);
H A Dnodes.cc443 block->RemoveInstruction(block->GetFirstInstruction());
787 RemoveInstruction(initial);
801 from_block->RemoveInstruction(insn, /* ensure_safety */ false);
868 instruction_list->RemoveInstruction(instruction);
876 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { function in class:art::HBasicBlock
889 RemoveInstruction(instruction, ensure_safety);
1001 void HInstructionList::RemoveInstruction(HInstruction* instruction) { function in class:art::HInstructionList
1765 RemoveInstruction(insn);
1804 predecessor->RemoveInstruction(last_instruction);
1810 predecessor->RemoveInstruction(last_instructio
[all...]
H A Dgvn_test.cc306 loop_body->RemoveInstruction(field_set);
426 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction());
H A Dinstruction_simplifier_arm64.cc144 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
H A Dload_store_elimination.cc558 load->GetBlock()->RemoveInstruction(load);
566 store->GetBlock()->RemoveInstruction(store);
684 prev->GetBlock()->RemoveInstruction(prev);
H A Dinliner.cc523 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
728 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
751 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
H A Dgvn.cc502 current->GetBlock()->RemoveInstruction(current);
H A Dbounds_check_elimination.cc1614 if_block->RemoveInstruction(if_block->GetLastInstruction());
1707 instruction->GetBlock()->RemoveInstruction(instruction);
H A Dreference_type_propagation.cc636 instr->GetBlock()->RemoveInstruction(instr);
H A Dregister_allocator.cc284 instruction->GetBlock()->RemoveInstruction(instruction);
H A Dnodes.h116 void RemoveInstruction(HInstruction* instruction);
1054 // RemoveInstruction and RemovePhi delete a given instruction from the respective
1057 void RemoveInstruction(HInstruction* instruction, bool ensure_safety = true);

Completed in 150 milliseconds