Home
last modified time | relevance | path

Searched refs:GetEntryBlock (Results 1 – 18 of 18) sorted by relevance

/art/compiler/optimizing/
Dsuspend_check_test.cc38 HBasicBlock* first_block = graph->GetEntryBlock()->GetSingleSuccessor(); in TestCode()
Dpc_relative_fixups_mips.cc56 HBasicBlock* entry_block = GetGraph()->GetEntryBlock(); in InitializePCRelativeBasePointer()
Dgraph_checker_test.cc105 graph->GetExitBlock()->RemovePredecessor(graph->GetEntryBlock()); in TEST_F()
Dlinear_order.cc112 worklist.push_back(graph->GetEntryBlock()); in LinearizeGraphInternal()
Dblock_builder.cc147 HBasicBlock* block = graph_->GetEntryBlock(); in ConnectBasicBlocks()
250 DCHECK(!graph_->GetEntryBlock()->GetSuccessors().empty()) in MightHaveLiveNormalPredecessors()
Ddead_code_elimination.cc35 visited->SetBit(graph->GetEntryBlock()->GetBlockId()); in MarkReachableBlocks()
36 worklist.push_back(graph->GetEntryBlock()); in MarkReachableBlocks()
Dpc_relative_fixups_x86.cc177 HBasicBlock* entry_block = GetGraph()->GetEntryBlock(); in GetPCRelativeBasePointer()
Dcodegen_test.cc460 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
507 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
575 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
Dcode_sinking.cc48 if (instruction->GetBlock() == instruction->GetBlock()->GetGraph()->GetEntryBlock()) { in IsInterestingInstruction()
Dgvn.cc399 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
Dregister_allocator_test.cc443 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); in TEST_F()
449 graph->GetEntryBlock()->GetFirstInstruction()); in TEST_F()
Dgraph_visualizer.cc775 GetGraph()->GetEntryBlock()->GetBlockId()); in DumpDisassemblyBlockForFrameEntry()
Dsuperblock_cloner.cc297 block_entry = graph_->GetEntryBlock(); in RecalculateBackEdgesInfo()
Dcode_generator.cc476 DCHECK(block_order[0] == GetGraph()->GetEntryBlock()); in InitializeCodeGeneration()
Dinliner.cc1860 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in TryBuildAndInlineHelper()
Dnodes.cc522 if (number_of_incomings != 1 || (GetEntryBlock()->GetSingleSuccessor() == header)) { in SimplifyLoop()
Dinstruction_builder.cc417 current_block_ = graph_->GetEntryBlock(); in BuildIntrinsic()
Dnodes.h372 HBasicBlock* GetEntryBlock() const { return entry_block_; } in GetEntryBlock() function
1008 return graph_->GetEntryBlock() == this; in IsEntryBlock()