Home
last modified time | relevance | path

Searched refs:OptIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1764 if (auto OptIt = OptRegions.find(I); OptIt != OptRegions.end()) in canIncreaseOccupancyOrReduceSpill() local
1765 REMAT_DEBUG(dbgs() << " [" << I << "] " << OptIt->getSecond() << '\n'); in canIncreaseOccupancyOrReduceSpill()
1780 auto ReduceRPInRegion = [&](auto OptIt, Register Reg, LaneBitmask Mask, in canIncreaseOccupancyOrReduceSpill()
1782 GCNRPTarget &Target = OptIt->getSecond(); in canIncreaseOccupancyOrReduceSpill()
1788 OptRegions.erase(OptIt->getFirst()); in canIncreaseOccupancyOrReduceSpill()