Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddominator_test.cc45 ASSERT_TRUE(graph->GetBlocks()[i]->IsEntryBlock()); in TestCode()
Dscheduler_arm64.cc300 block->IsEntryBlock() && instruction->GetNext()->IsGoto()); in VisitSuspendCheck()
Dgvn.cc425 if (predecessors.size() == 0 || predecessors[0]->IsEntryBlock()) { in VisitBasicBlock()
Dnodes.cc387 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()
Ddead_code_elimination.cc575 DCHECK(!block->IsEntryBlock()); in ConnectSuccessiveBlocks()
Dgraph_visualizer.cc282 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
Dscheduler_arm.cc1156 block->IsEntryBlock() && instruction->GetNext()->IsGoto()); in VisitSuspendCheck()
Dssa_liveness_analysis.h1303 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
Dgraph_checker.cc1461 if (!block->IsEntryBlock()) { in VisitConstant()
Dinstruction_builder.cc378 if (current_block_->IsEntryBlock()) { in Build()
617 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
Dload_store_elimination.cc1576 DCHECK_IMPLIES(block->GetPredecessors().empty(), block->IsEntryBlock()); in MergePredecessorRecords()
Dnodes.h1147 bool IsEntryBlock() const { in IsEntryBlock() function
2656 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
Dcode_generator_arm64.cc3772 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6510 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_riscv64.cc2023 if (block->IsEntryBlock() && previous != nullptr && previous->IsSuspendCheck()) { in HandleGoto()
5241 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc2112 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6322 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc1918 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6951 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm_vixl.cc2844 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
7362 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()