Searched refs:IsEntryBlock (Results 1 – 17 of 17) sorted by relevance
45 ASSERT_TRUE(graph->GetBlocks()[i]->IsEntryBlock()); in TestCode()
300 block->IsEntryBlock() && instruction->GetNext()->IsGoto()); in VisitSuspendCheck()
425 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
387 if (!block->IsEntryBlock()) { in ComputeDominanceInformation()593 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()652 } else if (!block->IsEntryBlock() && in SimplifyCFG()2552 DCHECK(other->GetSinglePredecessor()->IsEntryBlock()); in MergeWithInlined()2713 DCHECK(GetBlocks()[0]->IsEntryBlock()); in InlineInto()
575 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
282 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
1156 block->IsEntryBlock() && instruction->GetNext()->IsGoto()); in VisitSuspendCheck()
1303 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
1461 if (!block->IsEntryBlock()) { in VisitConstant()
378 if (current_block_->IsEntryBlock()) { in Build()617 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
1576 DCHECK_IMPLIES(block->GetPredecessors().empty(), block->IsEntryBlock()); in MergePredecessorRecords()
1147 bool IsEntryBlock() const { in IsEntryBlock() function2656 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
3772 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6510 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
2023 if (block->IsEntryBlock() && previous != nullptr && previous->IsSuspendCheck()) { in HandleGoto()5241 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
2112 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6322 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
1918 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()6951 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
2844 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()7362 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()