Searched refs:IsLoopHeader (Results 1 – 25 of 31) 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()
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()
40 ASSERT_TRUE(loop_header->IsLoopHeader()); in TestCode()
313 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 …]
91 if (block->IsLoopHeader()) { in OrderLoopsHeadersPredecessors()339 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()353 if (block->IsLoopHeader()) { in AnalyzeLoopsLocally()
113 if (block->IsLoopHeader()) { in VisitBasicBlock()338 DCHECK(block->IsLoopHeader()); in HandleLoopSideEffects()
446 if (block->IsLoopHeader()) { in VisitBasicBlock()
342 DCHECK(!block->IsLoopHeader()); in SimplifyIfs()
250 if (block->IsLoopHeader()) { in VisitBasicBlock()287 if (block->IsLoopHeader()) { in VisitBasicBlock()
257 if (block->IsLoopHeader()) { in ComputeLiveRanges()
242 if (block->IsLoopHeader()) { in RunPrimitiveTypePropagation()
154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
996 if (block->IsLoopHeader()) { in CheckLoopEntriesCanBeUsedForOsr()1446 DCHECK(block->IsLoopHeader()); in ClearSpillSlotsFromLoopPhisInStackMap()
150 } else if (current_block_->IsLoopHeader()) { in InitializeBlockLocals()304 if (block->IsLoopHeader()) { in IsBlockPopulated()343 } else if (current_block_->IsLoopHeader()) { in Build()
786 if (phi->GetBlock()->IsLoopHeader()) { in VisitPhi()
178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
1070 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0; in NumberOfBackEdges()1235 bool IsLoopHeader() const { in IsLoopHeader() function1240 DCHECK(IsLoopHeader()); in IsLoopPreHeaderFirstPredecessor()1245 DCHECK(IsLoopHeader()); in IsFirstPredecessorBackEdge()1257 if (IsLoopHeader()) { in SetInLoop()2062 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()
1951 if (block->IsLoopHeader()) { in TryBuildAndInlineHelper()
531 if (block->IsLoopHeader()) { in LocalRun()