HomeSort by relevance Sort by last modified time
    Searched refs:RemoveInstruction (Results 1 - 19 of 19) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 93 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(instruction)
    [all...]
instruction_simplifier.cc 173 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_check)
    [all...]
instruction_simplifier_shared.cc 81 input_binop->GetBlock()->RemoveInstruction(input_binop);
146 mul->GetBlock()->RemoveInstruction(mul);
159 mul->GetBlock()->RemoveInstruction(mul);
221 hnot->GetBlock()->RemoveInstruction(hnot);
prepare_for_register_allocation.cc 47 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);
graph_checker_test.cc 127 exit_block->RemoveInstruction(last_inst);
optimizing_unit_test.h 70 current->GetBlock()->RemoveInstruction(current);
nodes_test.cc 29 TEST(Node, RemoveInstruction) {
63 first_block->RemoveInstruction(null_check);
ssa_builder.cc 343 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);
dead_code_elimination.cc 176 block->RemoveInstruction(inst);
nodes.cc 443 block->RemoveInstruction(block->GetFirstInstruction());
787 RemoveInstruction(initial);
801 from_block->RemoveInstruction(insn, /* ensure_safety */ false);
    [all...]
gvn_test.cc 306 loop_body->RemoveInstruction(field_set);
426 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction());
instruction_simplifier_arm64.cc 144 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
load_store_elimination.cc 558 load->GetBlock()->RemoveInstruction(load);
566 store->GetBlock()->RemoveInstruction(store);
684 prev->GetBlock()->RemoveInstruction(prev);
    [all...]
inliner.cc 523 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
728 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
751 invoke_instruction->GetBlock()->RemoveInstruction(invoke_instruction);
    [all...]
gvn.cc 502 current->GetBlock()->RemoveInstruction(current);
bounds_check_elimination.cc     [all...]
reference_type_propagation.cc 636 instr->GetBlock()->RemoveInstruction(instr);
    [all...]
register_allocator.cc 284 instruction->GetBlock()->RemoveInstruction(instruction);
    [all...]
nodes.h 116 void RemoveInstruction(HInstruction* instruction);
    [all...]

Completed in 207 milliseconds