Home
last modified time | relevance | path

Searched refs:IsEntryBlock (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Ddominator_test.cc44 ASSERT_TRUE(graph->GetBlocks()[i]->IsEntryBlock()); in TestCode()
Dscheduler_arm64.cc191 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
Ddead_code_elimination.cc431 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
Dgvn.cc428 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
Dnodes.cc343 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()
Dscheduler_arm.cc1047 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
Dgraph_visualizer.cc261 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
Dgraph_checker.cc1110 if (!block->IsEntryBlock()) { in VisitConstant()
Dssa_liveness_analysis.h1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
Dinstruction_builder.cc335 if (current_block_->IsEntryBlock()) { in Build()
562 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
Dnodes.h1080 bool IsEntryBlock() const { in IsEntryBlock() function
2450 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
Dcode_generator_arm64.cc3420 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
5975 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc1654 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
5768 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc1485 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6397 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm_vixl.cc2614 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6999 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()