Searched refs:GetEntryBlock (Results 1 – 17 of 17) sorted by relevance
38 HBasicBlock* first_block = graph->GetEntryBlock()->GetSingleSuccessor(); in TestCode()
112 worklist.push_back(graph->GetEntryBlock()); in LinearizeGraphInternal()
105 graph->GetExitBlock()->RemovePredecessor(graph->GetEntryBlock()); in TEST_F()
147 HBasicBlock* block = graph_->GetEntryBlock(); in ConnectBasicBlocks()250 DCHECK(!graph_->GetEntryBlock()->GetSuccessors().empty()) in MightHaveLiveNormalPredecessors()
35 visited->SetBit(graph->GetEntryBlock()->GetBlockId()); in MarkReachableBlocks()36 worklist.push_back(graph->GetEntryBlock()); in MarkReachableBlocks()
177 HBasicBlock* entry_block = GetGraph()->GetEntryBlock(); in GetPCRelativeBasePointer()
456 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()502 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()571 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
48 if (instruction->GetBlock() == instruction->GetBlock()->GetGraph()->GetEntryBlock()) { in IsInterestingInstruction()
414 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
445 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); in TEST_F()451 graph->GetEntryBlock()->GetFirstInstruction()); in TEST_F()
778 GetGraph()->GetEntryBlock()->GetBlockId()); in DumpDisassemblyBlockForFrameEntry()
331 block_entry = graph_->GetEntryBlock(); in RecalculateBackEdgesInfo()
471 DCHECK(block_order[0] == GetGraph()->GetEntryBlock()); in InitializeCodeGeneration()
1808 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments()
521 if (number_of_incomings != 1 || (GetEntryBlock()->GetSingleSuccessor() == header)) { in SimplifyLoop()
424 current_block_ = graph_->GetEntryBlock(); in BuildIntrinsic()
433 HBasicBlock* GetEntryBlock() const { return entry_block_; } in GetEntryBlock() function1081 return graph_->GetEntryBlock() == this; in IsEntryBlock()