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

  /art/compiler/optimizing/
licm_test.cc 121 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction());
125 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction());
148 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction());
159 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction());
176 loop_body_->InsertInstructionBefore(get_array, loop_body_->GetLastInstruction());
179 loop_body_->InsertInstructionBefore(set_array, loop_body_->GetLastInstruction());
196 loop_body_->InsertInstructionBefore(get_array, loop_body_->GetLastInstruction());
199 loop_body_->InsertInstructionBefore(set_array, loop_body_->GetLastInstruction());
dex_cache_array_fixups_arm.cc 90 entry_block->InsertInstructionBefore(base, entry_block->GetFirstInstruction());
pc_relative_fixups_x86.cc 166 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction());
177 insn->GetBlock()->InsertInstructionBefore(load_constant, insn);
induction_var_analysis_test.cc 134 loop_body_[d]->InsertInstructionBefore(instruction, increment_[d]);
623 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
642 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
660 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
680 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
698 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
716 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext());
graph_test.cc 287 TEST(GraphTest, InsertInstructionBefore) {
298 block->InsertInstructionBefore(first_instruction, got);
311 block->InsertInstructionBefore(second_instruction, got);
select_generator.cc 127 block->InsertInstructionBefore(select, if_instruction);
instruction_simplifier.cc 176 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());
225 op->GetBlock()->InsertInstructionBefore(hbin, op);
526 instruction->GetBlock()->InsertInstructionBefore(test, instruction);
    [all...]
inliner.cc 450 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
712 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
    [all...]
gvn_test.cc 401 outer_loop_body->InsertInstructionBefore(
427 inner_loop_body->InsertInstructionBefore(
instruction_simplifier_arm64.cc 63 access->GetBlock()->InsertInstructionBefore(address, access);
nodes_test.cc 91 entry->InsertInstructionBefore(to_insert, parameter2);
nodes.cc 499 entry_block_->InsertInstructionBefore(constant, insert_before);
530 entry_block_->InsertInstructionBefore(
781 instructions_.InsertInstructionBefore(replacement, initial);
784 InsertInstructionBefore(replacement, initial);
803 to_block->instructions_.InsertInstructionBefore(insn, cursor);
825 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
835 instructions_.InsertInstructionBefore(instruction, cursor);
    [all...]
bounds_check_elimination.cc     [all...]
ssa_builder.cc 563 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
585 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
codegen_test.cc 676 block->InsertInstructionBefore(move, block->GetLastInstruction());
724 block->InsertInstructionBefore(move, block->GetLastInstruction());
792 block->InsertInstructionBefore(move, block->GetLastInstruction());
    [all...]
register_allocator.cc     [all...]
reference_type_propagation.cc 287 notNullBlock->InsertInstructionBefore(bound_type, insert_point);
422 instanceOfTrueBlock->InsertInstructionBefore(bound_type, insert_point);
    [all...]
induction_var_range.cc 113 block->InsertInstructionBefore(instruction, block->GetLastInstruction());
    [all...]
nodes.h 119 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
    [all...]
instruction_builder.cc 198 current_block_->InsertInstructionBefore(instruction, current_block_->GetFirstInstruction());
    [all...]

Completed in 4162 milliseconds