Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc101 if (block->IsEntryBlock() || block->GetSuccessors().Size() != 1u) { in RemoveDeadBlocks()
Ddominator_test.cc44 ASSERT_TRUE(graph->GetBlocks().Get(i)->IsEntryBlock()); in TestCode()
Dgvn.cc344 if (predecessors.Size() == 0 || predecessors.Get(0)->IsEntryBlock()) { in VisitBasicBlock()
Dgraph_checker.cc610 if (!block->IsEntryBlock()) { in VisitConstant()
Dinstruction_simplifier.cc205 if (block->IsEntryBlock()) return; in VisitSuspendCheck()
Dnodes.cc1149 DCHECK(other->GetPredecessors().Get(0)->IsEntryBlock()); in MergeWithInlined()
1229 DCHECK(GetBlocks().Get(0)->IsEntryBlock()); in InlineInto()
Dcode_generator_arm64.cc1729 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in VisitGoto()
2613 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dnodes.h515 bool IsEntryBlock() const { in IsEntryBlock() function
1515 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
Dcode_generator_mips64.cc1942 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in VisitGoto()
3015 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm.cc920 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in VisitGoto()
3533 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc820 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in VisitGoto()
3994 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc783 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) { in VisitGoto()
3861 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()