Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dside_effects_analysis.cc32 if (block->IsLoopHeader()) { in Run()
56 if (block->IsLoopHeader()) { in Run()
76 DCHECK(block->IsLoopHeader()); in GetLoopEffects()
Dlicm.cc96 if (!block->IsLoopHeader()) { in Run()
128 bool found_first_non_hoisted_visible_instruction_in_loop = !inner->IsLoopHeader(); in Run()
137 DCHECK(instruction->GetBlock()->IsLoopHeader()); in Run()
Dlinear_order.cc60 if (header == nullptr || !header->IsLoopHeader()) { in IsLinearOrderWellFormed()
102 if (block->IsLoopHeader()) { in LinearizeGraphInternal()
Dsuspend_check_test.cc40 ASSERT_TRUE(loop_header->IsLoopHeader()); in TestCode()
Dfind_loops_test.cc104 ASSERT_EQ(block->IsLoopHeader(), is_loop_header); in TestBlock()
119 ASSERT_FALSE(block->IsLoopHeader()); in TestBlock()
313 ASSERT_TRUE(graph->GetBlocks()[3]->IsLoopHeader()); in TEST_F()
Dnodes.cc312 block->IsLoopHeader() && in ComputeDominanceInformation()
363 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
386 DCHECK(header->IsLoopHeader()); in OrderLoopHeaderPredecessors()
548 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()
591 if (block->IsLoopHeader()) { in SimplifyCFG()
608 if (block->IsLoopHeader()) { in AnalyzeLoops()
750 if (block->IsLoopHeader()) { in PopulateRecursive()
773 if (block->IsLoopHeader()) { in PopulateIrreducibleRecursive()
1099 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
2135 if (IsLoopHeader()) { in DisconnectAndDelete()
[all …]
Dssa_builder.cc242 if (block->IsLoopHeader()) { in RunPrimitiveTypePropagation()
504 if (block->IsLoopHeader()) { in HasPhiEquivalentAtLoopEntry()
Dload_store_elimination.cc112 if (block->IsLoopHeader()) { in VisitBasicBlock()
332 DCHECK(block->IsLoopHeader()); in HandleLoopSideEffects()
Dsuperblock_cloner.cc91 if (block->IsLoopHeader()) { in OrderLoopsHeadersPredecessors()
373 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
387 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
Ddead_code_elimination.cc342 DCHECK(!block->IsLoopHeader()); in SimplifyIfs()
Dgvn.cc461 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dssa_liveness_analysis.cc257 if (block->IsLoopHeader()) { in ComputeLiveRanges()
Dgraph_checker.cc251 if (block->IsLoopHeader()) { in VisitBasicBlock()
288 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
Dcode_generator.cc1094 if (block->IsLoopHeader()) { in CheckLoopEntriesCanBeUsedForOsr()
1588 DCHECK(block->IsLoopHeader()); in ClearSpillSlotsFromLoopPhisInStackMap()
Dreference_type_propagation.cc746 if (phi->GetBlock()->IsLoopHeader()) { in VisitPhi()
Dregister_allocator_linear_scan.cc178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
Dssa_liveness_analysis.h1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
Dinstruction_builder.cc150 } else if (current_block_->IsLoopHeader()) { in InitializeBlockLocals()
304 if (block->IsLoopHeader()) { in IsBlockPopulated()
343 } else if (current_block_->IsLoopHeader()) { in Build()
Dnodes.h1143 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0; in NumberOfBackEdges()
1308 bool IsLoopHeader() const { in IsLoopHeader() function
1313 DCHECK(IsLoopHeader()); in IsLoopPreHeaderFirstPredecessor()
1318 DCHECK(IsLoopHeader()); in IsFirstPredecessorBackEdge()
1330 if (IsLoopHeader()) { in SetInLoop()
2133 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); } in IsLoopHeaderPhi()
Dinduction_var_analysis.cc252 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
Dbounds_check_elimination.cc387 DCHECK(induction_variable_->GetBlock()->IsLoopHeader()); in GetLoopHeader()
Dregister_allocator_graph_color.cc798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
Dinliner.cc1913 if (block->IsLoopHeader()) { in CanInlineBody()
Dloop_optimization.cc532 if (block->IsLoopHeader()) { in LocalRun()

12