Searched refs:IsIrreducible (Results 1 – 18 of 18) sorted by relevance
122 DCHECK(!loop_info->IsIrreducible()); in Run()
184 !loop_info->IsIrreducible() && in HoistGuard()
377 DCHECK(!info->IsIrreducible()); in PeelUnrollHelper()
347 if (block->GetLoopInformation()->IsIrreducible()) { in HandleLoopSideEffects()614 } else if (!loop_info->IsIrreducible()) { in VisitSetLocation()
456 DCHECK(!block->GetLoopInformation()->IsIrreducible()); in VisitBasicBlock()
154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
672 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha; in PrintInstruction()
1099 DCHECK(!loop_info_->IsIrreducible()); in DoPeelUnrollImpl()
762 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) { in HandleLoop()
178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
755 if (block->GetLoopInformation()->IsIrreducible()) { in PopulateRecursive()2140 DCHECK(!loop_info->IsIrreducible()); in DisconnectAndDelete()
252 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
1557 if (loop->IsIrreducible()) { in DynamicBCESeemsProfitable()
1127 DCHECK(info->IsIrreducible()); in RecordPcInfo()
798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
1952 if (block->GetLoopInformation()->IsIrreducible()) { in TryBuildAndInlineHelper()
800 bool IsIrreducible() const { return irreducible_; } in IsIrreducible() function2064 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()