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()
Dexecution_subgraph.h153 bool IsEntryBlock(const HBasicBlock* blk) const { in IsEntryBlock() function
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.cc517 if (!block->IsEntryBlock()) { in ComputeDominanceInformation()
712 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()
767 } else if (!block->IsEntryBlock() && in SimplifyCFG()
2596 DCHECK(other->GetSinglePredecessor()->IsEntryBlock()); in MergeWithInlined()
2742 DCHECK(GetBlocks()[0]->IsEntryBlock()); in InlineInto()
Dscheduler_arm.cc1054 (block->IsEntryBlock() && instruction->GetNext()->IsGoto())); in VisitSuspendCheck()
Dload_store_elimination.cc1617 DCHECK(block->IsEntryBlock()); in MergePredecessorRecords()
3084 return cohort.IsEntryBlock(blk); in GenerateMaterializationValueFromPredecessors()
3126 return cohort.IsEntryBlock(entry); in GenerateMaterializationValueFromPredecessorsForEntry()
3744 if (excluded_cohort.IsEntryBlock(pred)) { in MovePartialEscapes()
Dgraph_visualizer.cc283 if (block->IsEntryBlock() && (disasm_info_ != nullptr)) { in PrintPredecessors()
Dgraph_checker.cc1115 if (!block->IsEntryBlock()) { in VisitConstant()
Dssa_liveness_analysis.h1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
Dinstruction_builder.cc372 if (current_block_->IsEntryBlock()) { in Build()
594 DCHECK(current_block_->IsEntryBlock()); in InitializeParameters()
Dnodes.h1120 bool IsEntryBlock() const { in IsEntryBlock() function
2581 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
Dcode_generator_arm64.cc3501 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6189 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc1727 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
5899 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm_vixl.cc2643 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
7088 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc1651 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in HandleGoto()
6730 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()