Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp658 CandidateTy MostUsed; in chooseBestVariableForModuleStrategy() local
670 if (MostUsed < Candidate) in chooseBestVariableForModuleStrategy()
671 MostUsed = Candidate; in chooseBestVariableForModuleStrategy()
674 return MostUsed.GV; in chooseBestVariableForModuleStrategy()