Searched refs:IsLoopHeader (Results 1 – 25 of 29) sorted by relevance
12
32 if (block->IsLoopHeader()) { in Run()56 if (block->IsLoopHeader()) { in Run()76 DCHECK(block->IsLoopHeader()); in GetLoopEffects()
96 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()
60 if (header == nullptr || !header->IsLoopHeader()) { in IsLinearOrderWellFormed()102 if (block->IsLoopHeader()) { in LinearizeGraphInternal()
40 ASSERT_TRUE(loop_header->IsLoopHeader()); in TestCode()
104 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()
312 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 …]
242 if (block->IsLoopHeader()) { in RunPrimitiveTypePropagation()504 if (block->IsLoopHeader()) { in HasPhiEquivalentAtLoopEntry()
112 if (block->IsLoopHeader()) { in VisitBasicBlock()332 DCHECK(block->IsLoopHeader()); in HandleLoopSideEffects()
91 if (block->IsLoopHeader()) { in OrderLoopsHeadersPredecessors()373 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()387 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
342 DCHECK(!block->IsLoopHeader()); in SimplifyIfs()
461 if (block->IsLoopHeader()) { in VisitBasicBlock()
257 if (block->IsLoopHeader()) { in ComputeLiveRanges()
251 if (block->IsLoopHeader()) { in VisitBasicBlock()288 if (block->IsLoopHeader()) { in VisitBasicBlock()
154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
1094 if (block->IsLoopHeader()) { in CheckLoopEntriesCanBeUsedForOsr()1588 DCHECK(block->IsLoopHeader()); in ClearSpillSlotsFromLoopPhisInStackMap()
746 if (phi->GetBlock()->IsLoopHeader()) { in VisitPhi()
178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
150 } else if (current_block_->IsLoopHeader()) { in InitializeBlockLocals()304 if (block->IsLoopHeader()) { in IsBlockPopulated()343 } else if (current_block_->IsLoopHeader()) { in Build()
1143 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0; in NumberOfBackEdges()1308 bool IsLoopHeader() const { in IsLoopHeader() function1313 DCHECK(IsLoopHeader()); in IsLoopPreHeaderFirstPredecessor()1318 DCHECK(IsLoopHeader()); in IsFirstPredecessorBackEdge()1330 if (IsLoopHeader()) { in SetInLoop()2133 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); } in IsLoopHeaderPhi()
252 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
387 DCHECK(induction_variable_->GetBlock()->IsLoopHeader()); in GetLoopHeader()
798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
1913 if (block->IsLoopHeader()) { in CanInlineBody()
532 if (block->IsLoopHeader()) { in LocalRun()