Searched refs:MinOccupancy (Results 1 – 2 of 2) sorted by relevance
760 StartingOccupancy(MFI.getOccupancy()), MinOccupancy(StartingOccupancy), in GCNScheduleDAGMILive()769 MinOccupancy = std::min(MFI.getMinAllowedOccupancy(), StartingOccupancy); in GCNScheduleDAGMILive()770 if (MinOccupancy != StartingOccupancy) in GCNScheduleDAGMILive()771 LLVM_DEBUG(dbgs() << "Allowing Occupancy drops to " << MinOccupancy in GCNScheduleDAGMILive()1052 InitialOccupancy = DAG.MinOccupancy; in initGCNSchedStage()1057 if (MFI.getMaxWavesPerEU() > DAG.MinOccupancy) in initGCNSchedStage()1058 MFI.increaseOccupancy(MF, ++DAG.MinOccupancy); in initGCNSchedStage()1064 << DAG.MinOccupancy << ".\n"); in initGCNSchedStage()1079 if (DAG.StartingOccupancy <= DAG.MinOccupancy) in initGCNSchedStage()1084 << DAG.MinOccupancy << ".\n"); in initGCNSchedStage()[all …]
241 unsigned MinOccupancy; variable