Home
last modified time | relevance | path

Searched refs:IsLoopHeader (Results 1 – 25 of 31) 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()
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()
Dsuspend_check_test.cc40 ASSERT_TRUE(loop_header->IsLoopHeader()); in TestCode()
Dnodes.cc313 block->IsLoopHeader() && in ComputeDominanceInformation()
364 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
387 DCHECK(header->IsLoopHeader()); in OrderLoopHeaderPredecessors()
549 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()
592 if (block->IsLoopHeader()) { in SimplifyCFG()
609 if (block->IsLoopHeader()) { in AnalyzeLoops()
751 if (block->IsLoopHeader()) { in PopulateRecursive()
774 if (block->IsLoopHeader()) { in PopulateIrreducibleRecursive()
1100 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
2135 if (IsLoopHeader()) { in DisconnectAndDelete()
[all …]
Dsuperblock_cloner.cc91 if (block->IsLoopHeader()) { in OrderLoopsHeadersPredecessors()
339 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
353 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
Dload_store_elimination.cc113 if (block->IsLoopHeader()) { in VisitBasicBlock()
338 DCHECK(block->IsLoopHeader()); in HandleLoopSideEffects()
Dgvn.cc446 if (block->IsLoopHeader()) { in VisitBasicBlock()
Ddead_code_elimination.cc342 DCHECK(!block->IsLoopHeader()); in SimplifyIfs()
Dgraph_checker.cc250 if (block->IsLoopHeader()) { in VisitBasicBlock()
287 if (block->IsLoopHeader()) { in VisitBasicBlock()
Dssa_liveness_analysis.cc257 if (block->IsLoopHeader()) { in ComputeLiveRanges()
Dssa_builder.cc242 if (block->IsLoopHeader()) { in RunPrimitiveTypePropagation()
Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
Dcode_generator.cc996 if (block->IsLoopHeader()) { in CheckLoopEntriesCanBeUsedForOsr()
1446 DCHECK(block->IsLoopHeader()); in ClearSpillSlotsFromLoopPhisInStackMap()
Dinstruction_builder.cc150 } else if (current_block_->IsLoopHeader()) { in InitializeBlockLocals()
304 if (block->IsLoopHeader()) { in IsBlockPopulated()
343 } else if (current_block_->IsLoopHeader()) { in Build()
Dreference_type_propagation.cc786 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()
Dnodes.h1070 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0; in NumberOfBackEdges()
1235 bool IsLoopHeader() const { in IsLoopHeader() function
1240 DCHECK(IsLoopHeader()); in IsLoopPreHeaderFirstPredecessor()
1245 DCHECK(IsLoopHeader()); in IsFirstPredecessorBackEdge()
1257 if (IsLoopHeader()) { in SetInLoop()
2062 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.cc1951 if (block->IsLoopHeader()) { in TryBuildAndInlineHelper()
Dloop_optimization.cc531 if (block->IsLoopHeader()) { in LocalRun()

12