Searched refs:IsEntryBlock (Results 1 – 17 of 17) sorted by relevance
44 ASSERT_TRUE(graph->GetBlocks()[i]->IsEntryBlock()); in TestCode()
191 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
413 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
431 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
344 if (!block->IsEntryBlock()) { in ComputeDominanceInformation()539 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()594 } 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()
255 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
1109 if (!block->IsEntryBlock()) { in VisitConstant()
1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
335 if (current_block_->IsEntryBlock()) { in Build()550 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
3117 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()5499 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1007 bool IsEntryBlock() const { in IsEntryBlock() function2378 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
3708 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()7236 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1553 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()5544 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1395 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6163 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
2430 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6630 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
4381 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()9621 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()