Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp214 auto OtherVW = O.getVGPRTuplesWeight(); in less() local
215 if (VW != OtherVW) in less()
216 return VW < OtherVW; in less()