Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1712 DenseMap<unsigned, GCNRPTarget> OptRegions; in canIncreaseOccupancyOrReduceSpill() local
1743 OptRegions.clear(); in canIncreaseOccupancyOrReduceSpill()
1750 OptRegions.insert({I, Target}); in canIncreaseOccupancyOrReduceSpill()
1752 if (OptRegions.empty()) in canIncreaseOccupancyOrReduceSpill()
1764 if (auto OptIt = OptRegions.find(I); OptIt != OptRegions.end()) in canIncreaseOccupancyOrReduceSpill()
1788 OptRegions.erase(OptIt->getFirst()); in canIncreaseOccupancyOrReduceSpill()
1789 return OptRegions.empty(); in canIncreaseOccupancyOrReduceSpill()
1848 if (auto It = OptRegions.find(I); It != OptRegions.end()) { in canIncreaseOccupancyOrReduceSpill()
1873 if (auto It = OptRegions.find(LIRegion); It != OptRegions.end()) { in canIncreaseOccupancyOrReduceSpill()