Home
last modified time | relevance | path

Searched refs:IsEntryBlock (Results 1 – 17 of 17) 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()
Dgvn.cc413 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
Ddead_code_elimination.cc431 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
Dnodes.cc344 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()
Dscheduler_arm.cc1047 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
Dgraph_visualizer.cc255 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
Dgraph_checker.cc1109 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()
550 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
Dcode_generator_arm64.cc3117 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
5499 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dnodes.h1007 bool IsEntryBlock() const { in IsEntryBlock() function
2378 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
Dcode_generator_mips64.cc3708 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
7236 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc1553 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
5544 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc1395 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6163 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm_vixl.cc2430 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6630 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_mips.cc4381 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
9621 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()