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

  /art/compiler/optimizing/
suspend_check_test.cc 39 ASSERT_TRUE(loop_header->GetFirstInstruction()->IsSuspendCheck());
constant_folding_test.cc 134 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
195 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
256 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
335 HInstruction* inst1 = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
406 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
469 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
533 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
633 HInstruction* inst1 = graph->GetBlocks()[4]->GetFirstInstruction()->InputAt(0);
718 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
select_generator.cc 98 true_block->GetFirstInstruction()->MoveBefore(if_instruction);
101 false_block->GetFirstInstruction()->MoveBefore(if_instruction);
pc_relative_fixups_mips.cc 57 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction());
gvn_test.cc 189 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto());
190 ASSERT_TRUE(else_->GetFirstInstruction()->IsGoto());
191 ASSERT_TRUE(join->GetFirstInstruction()->IsExit());
422 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction());
graph_test.cc 301 ASSERT_EQ(block->GetFirstInstruction(), first_instruction);
314 ASSERT_EQ(block->GetFirstInstruction(), first_instruction);
pc_relative_fixups_x86.cc 182 entry_block->InsertInstructionBefore(method_address, entry_block->GetFirstInstruction());
dead_code_elimination.cc 187 HInstruction* first = block->GetFirstInstruction();
register_allocator_test.cc 362 HXor* first_xor = graph->GetBlocks()[1]->GetFirstInstruction()->AsXor();
447 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval();
453 graph->GetEntryBlock()->GetFirstInstruction());
    [all...]
gvn.cc 483 HInstruction* current = block->GetFirstInstruction();
inliner.cc 161 for (HInstruction* instruction = block->GetFirstInstruction(); instruction != nullptr;) {
    [all...]
loop_optimization.cc 755 while (!header->GetFirstInstruction()->IsGoto()) {
756 header->RemoveInstruction(header->GetFirstInstruction());
810 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment();
    [all...]
nodes.cc 203 HInstruction* instruction = GetFirstInstruction();
367 HInstruction* first_instruction = header->GetFirstInstruction();
434 block->GetFirstInstruction() != nullptr &&
435 block->GetFirstInstruction()->IsSuspendCheck()) {
438 block->RemoveInstruction(block->GetFirstInstruction());
521 if (entry_block_->GetFirstInstruction() == nullptr) {
525 cached_current_method_, entry_block_->GetFirstInstruction());
    [all...]
register_allocation_resolver.cc 572 at = at->GetBlock()->GetFirstInstruction();
662 HInstruction* first = block->GetFirstInstruction();
graph_checker.cc 309 } else if (load->GetBlock()->GetFirstInstruction() != load) {
    [all...]
reference_type_propagation.cc 235 : start_block->GetFirstInstruction();
    [all...]
instruction_builder.cc 210 current_block_->InsertInstructionBefore(instruction, current_block_->GetFirstInstruction());
263 DCHECK(block->GetFirstInstruction()->IsSuspendCheck());
264 return block->GetFirstInstruction() != block->GetLastInstruction();
    [all...]
bounds_check_elimination.cc 546 for (HInstruction* instruction = block->GetFirstInstruction(); instruction != nullptr;) {
    [all...]
nodes.h     [all...]

Completed in 132 milliseconds