Searched refs:MinOccupancy (Results 1 – 2 of 2) sorted by relevance
574 StartingOccupancy(MFI.getOccupancy()), MinOccupancy(StartingOccupancy) { in GCNScheduleDAGMILive()578 MinOccupancy = std::min(MFI.getMinAllowedOccupancy(), StartingOccupancy); in GCNScheduleDAGMILive()579 if (MinOccupancy != StartingOccupancy) in GCNScheduleDAGMILive()580 LLVM_DEBUG(dbgs() << "Allowing Occupancy drops to " << MinOccupancy in GCNScheduleDAGMILive()806 InitialOccupancy = DAG.MinOccupancy; in initGCNSchedStage()811 if (MFI.getMaxWavesPerEU() > DAG.MinOccupancy) in initGCNSchedStage()812 MFI.increaseOccupancy(MF, ++DAG.MinOccupancy); in initGCNSchedStage()818 << DAG.MinOccupancy << ".\n"); in initGCNSchedStage()833 if (DAG.StartingOccupancy <= DAG.MinOccupancy) in initGCNSchedStage()838 << DAG.MinOccupancy << ".\n"); in initGCNSchedStage()[all …]
182 unsigned MinOccupancy; variable