Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp40 unsigned PosCount) { in sortChain() argument
41 if (!PosCount || PosCount == Chain.size()) in sortChain()
50 unsigned OtherIdx = PosCount; in sortChain()
117 unsigned PosCount = 0; in apply() local
124 PosCount++; in apply()
135 sortChain(TII, Chain, PosCount); in apply()