Searched refs:needsWaveLimiter (Results 1 – 6 of 6) sorted by relevance
37 bool needsWaveLimiter(const Function *F) const;
108 bool needsWaveLimiter() const { in needsWaveLimiter() function
424 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
1047 if (!isMemoryBound() && !needsWaveLimiter())
677 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
572 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()