HomeSort by relevance Sort by last modified time
    Searched full:getlastinstruction (Results 1 - 24 of 24) sorted by null

  /art/compiler/optimizing/
graph_test.cc 89 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
90 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfFalseSuccessor(), return_block);
95 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
98 HBasicBlock* false_block = if_block->GetLastInstruction()->AsIf()->IfFalseSuccessor();
124 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), return_block);
125 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfFalseSuccessor(), if_false);
130 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfFalseSuccessor(), if_false);
133 HBasicBlock* true_block = if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor();
157 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_block);
158 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfFalseSuccessor(), return_block)
    [all...]
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());
gvn_test.cc 65 HInstruction* to_remove = block->GetLastInstruction();
75 HInstruction* different_offset = block->GetLastInstruction();
96 HInstruction* use_after_kill = block->GetLastInstruction();
141 block->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
247 HInstruction* field_get_in_loop_header = loop_header->GetLastInstruction();
248 loop_header->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
262 HInstruction* field_set = loop_body->GetLastInstruction();
272 HInstruction* field_get_in_loop_body = loop_body->GetLastInstruction();
284 HInstruction* field_get_in_exit = exit->GetLastInstruction();
412 outer_loop_body->GetLastInstruction());
    [all...]
induction_var_analysis_test.cc 243 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
583 GetInductionInfo(loop_header_[d]->GetLastInstruction(), d).c_str());
611 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
630 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
648 EXPECT_STREQ("", GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
668 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious()
    [all...]
dead_code_elimination.cc 39 HInstruction* last_instruction = block->GetLastInstruction();
139 if (block->IsEntryBlock() || !block->GetLastInstruction()->IsGoto()) {
graph_checker_test.cc 126 HInstruction* last_inst = exit_block->GetLastInstruction();
live_ranges_test.cc 77 ASSERT_TRUE(block->GetLastInstruction()->IsReturn());
78 ASSERT_EQ(8u, block->GetLastInstruction()->GetLifetimePosition());
125 ASSERT_TRUE(block->GetLastInstruction()->IsReturn());
126 ASSERT_EQ(22u, block->GetLastInstruction()->GetLifetimePosition());
instruction_builder.cc 254 return block->GetFirstInstruction() != block->GetLastInstruction();
497 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
506 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
516 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
526 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
536 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
546 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
556 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
567 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
578 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
    [all...]
nodes.cc 486 HInstruction* gota = entry_block_->GetLastInstruction();
    [all...]
licm.cc 143 instruction->MoveBefore(pre_header->GetLastInstruction());
select_generator.cc 84 HIf* if_instruction = block->GetLastInstruction()->AsIf();
induction_var_range.cc 111 DCHECK(block->GetLastInstruction() != nullptr) << block->GetBlockId();
113 block->InsertInstructionBefore(instruction, block->GetLastInstruction());
155 induction_analysis_->LookupInfo(loop, header->GetLastInstruction());
600 induction_analysis_->LookupInfo(loop, header->GetLastInstruction());
626 induction_analysis_->LookupInfo(loop, header->GetLastInstruction());
    [all...]
codegen_test.cc 676 block->InsertInstructionBefore(move, block->GetLastInstruction());
724 block->InsertInstructionBefore(move, block->GetLastInstruction());
792 block->InsertInstructionBefore(move, block->GetLastInstruction());
    [all...]
bounds_check_elimination.cc     [all...]
graph_checker.cc 39 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary();
108 predecessor->GetSinglePredecessor()->GetLastInstruction() :
109 predecessor->GetLastInstruction();
143 if (current->GetNext() == nullptr && current != block->GetLastInstruction()) {
    [all...]
reference_type_propagation.cc 236 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
374 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
    [all...]
register_allocator_test.cc 312 HReturn* ret = return_block->GetLastInstruction()->AsReturn();
334 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor();
    [all...]
induction_var_analysis.cc 572 HInstruction* control = loop->GetHeader()->GetLastInstruction();
719 loop->GetHeader()->GetLastInstruction(),
    [all...]
inliner.cc     [all...]
register_allocator.cc     [all...]
nodes.h 904 HInstruction* GetLastInstruction() const { return instructions_.last_instruction_; }
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 62 Instruction* GetLastInstruction(InstructionSequence* code,
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 

Completed in 495 milliseconds