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