Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp493 CandidateTy MostUsed; in chooseBestVariableForModuleStrategy() local
505 if (MostUsed < Candidate) in chooseBestVariableForModuleStrategy()
506 MostUsed = Candidate; in chooseBestVariableForModuleStrategy()
509 return MostUsed.GV; in chooseBestVariableForModuleStrategy()