Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp643 CandidateTy MostUsed; in chooseBestVariableForModuleStrategy() local
654 if (MostUsed < Candidate) in chooseBestVariableForModuleStrategy()
655 MostUsed = Candidate; in chooseBestVariableForModuleStrategy()
658 return MostUsed.GV; in chooseBestVariableForModuleStrategy()