Home
last modified time | relevance | path

Searched refs:IsLoopHeader (Results 1 – 20 of 20) sorted by relevance

/art/compiler/optimizing/
Dside_effects_analysis.cc32 if (block->IsLoopHeader()) { in Run()
56 if (block->IsLoopHeader()) { in Run()
75 DCHECK(block->IsLoopHeader()); in GetLoopEffects()
Dlicm.cc88 if (!block->IsLoopHeader()) { in Run()
111 bool found_first_non_hoisted_throwing_instruction_in_loop = !inner->IsLoopHeader(); in Run()
Dfind_loops_test.cc122 ASSERT_EQ(block->IsLoopHeader(), is_loop_header); in TestBlock()
137 ASSERT_FALSE(block->IsLoopHeader()); in TestBlock()
347 ASSERT_TRUE(graph->GetBlocks().Get(3)->IsLoopHeader()); in TEST()
Dbounds_check_elimination.cc516 DCHECK(induction_variable_->GetBlock()->IsLoopHeader()); in GetLoopHeader()
701 DCHECK(header->IsLoopHeader()); in NarrowWithDeoptimization()
734 DCHECK(header->IsLoopHeader()); in CanAddDeoptimizationConstant()
780 DCHECK(header->IsLoopHeader()); in TransformLoopForDeoptimizationIfNeeded()
814 DCHECK(header->IsLoopHeader()); in AddLoopBodyEntryTest()
845 DCHECK(header->IsLoopHeader()); in AddDeoptimizationConstant()
876 DCHECK(header->IsLoopHeader()); in CanAddDeoptimizationArrayLength()
926 DCHECK(header->IsLoopHeader()); in AddDeoptimizationArrayLength()
1857 DCHECK(current->IsLoopHeader()); in Run()
Dprimitive_type_propagation.cc88 if (block->IsLoopHeader()) { in VisitBasicBlock()
Ddead_code_elimination.cc80 DCHECK(block->IsLoopHeader()); in RemoveDeadBlocks()
Dinliner.cc241 if (block->IsLoopHeader()) { in TryBuildAndInline()
Dssa_builder.cc125 if (block->IsLoopHeader()) { in VisitBasicBlock()
353 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dssa_liveness_analysis.cc77 if (block->IsLoopHeader()) { in LinearizeGraph()
265 if (block->IsLoopHeader()) { in ComputeLiveRanges()
Dnodes.cc200 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
274 if (block->IsLoopHeader()) { in SimplifyCFG()
284 if (block->IsLoopHeader()) { in AnalyzeNaturalLoops()
581 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
1408 DCHECK(header->IsLoopHeader()); in TransformLoopHeaderForBCE()
Dgvn.cc361 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dreference_type_propagation.cc207 if (phi->GetBlock()->IsLoopHeader()) { in VisitPhi()
Dgraph_checker.cc308 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dinstruction_simplifier.cc208 if (block->IsLoopHeader() && block->GetFirstInstruction() == check) { in VisitSuspendCheck()
Dnodes.h556 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0; in NumberOfBackEdges()
699 bool IsLoopHeader() const { in IsLoopHeader() function
704 DCHECK(IsLoopHeader()); in IsLoopPreHeaderFirstPredecessor()
717 if (IsLoopHeader()) { in SetInLoop()
1324 bool IsLoopHeaderPhi() { return IsPhi() && block_->IsLoopHeader(); } in IsLoopHeaderPhi()
Dcode_generator.cc888 DCHECK(block->IsLoopHeader()); in ClearSpillSlotsFromLoopPhisInStackMap()
Dcode_generator_arm64.cc1046 DCHECK(successor->IsLoopHeader()); in GenerateSuspendCheck()
Dcode_generator_arm.cc3549 DCHECK(successor->IsLoopHeader()); in GenerateSuspendCheck()
Dcode_generator_x86.cc4010 DCHECK(successor->IsLoopHeader()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc3877 DCHECK(successor->IsLoopHeader()); in GenerateSuspendCheck()