Searched refs:IsEntryBlock (Results 1 – 15 of 15) sorted by relevance
44 ASSERT_TRUE(graph->GetBlocks()[i]->IsEntryBlock()); in TestCode()
191 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
431 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
428 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
343 if (!block->IsEntryBlock()) { in ComputeDominanceInformation()538 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()593 } else if (!block->IsEntryBlock() && in SimplifyCFG()2324 DCHECK(other->GetSinglePredecessor()->IsEntryBlock()); in MergeWithInlined()2467 DCHECK(GetBlocks()[0]->IsEntryBlock()); in InlineInto()
1047 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
261 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
1110 if (!block->IsEntryBlock()) { in VisitConstant()
1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
335 if (current_block_->IsEntryBlock()) { in Build()562 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
1080 bool IsEntryBlock() const { in IsEntryBlock() function2450 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
3420 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()5975 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1654 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()5768 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1485 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6397 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
2614 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6999 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()