Searched refs:IsIrreducible (Results 1 – 20 of 20) sorted by relevance
122 DCHECK(!loop_info->IsIrreducible()); in Run()
184 !loop_info->IsIrreducible() && in HoistGuard()
177 if (blk->IsLoopHeader() && blk->GetLoopInformation()->IsIrreducible()) { in CollectPartialEscapes()
392 DCHECK(!info->IsIrreducible()); in LoopClonerHelper()
471 DCHECK(!block->GetLoopInformation()->IsIrreducible()); in VisitBasicBlock()
91 if (block->GetLoopInformation()->IsIrreducible()) { in VisitReversePostOrder()930 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) { in HandleLoop()
154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
739 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha; in PrintInstruction()
1153 DCHECK(!loop_info_->IsIrreducible()); in DoLoopTransformationImpl()
1297 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
969 if (block->GetLoopInformation()->IsIrreducible()) { in PopulateRecursive()2446 DCHECK(!loop_info->IsIrreducible()); in DisconnectAndDelete()
799 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
1976 if (block->GetLoopInformation()->IsIrreducible()) { in CanInlineBody()
1681 if (loop->IsIrreducible()) { in DynamicBCESeemsProfitable()
1691 if (block->GetLoopInformation()->IsIrreducible()) { in PrepareLoopRecords()2611 if (block->GetLoopInformation()->IsIrreducible()) { in ProcessLoopPhiWithUnknownInput()
239 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
1301 DCHECK(info->IsIrreducible()); in RecordPcInfo()
929 bool IsIrreducible() const { return irreducible_; } in IsIrreducible() function2282 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()
8098 EXPECT_TRUE(loop_header->GetLoopInformation()->IsIrreducible()); in TEST_F()