Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp117 unsigned CyclesToWaitVm = ~0U; in handleWaitCnt() local
135 if ((unsigned)CyclesLeft < CyclesToWaitVm) in handleWaitCnt()
136 CyclesToWaitVm = CyclesLeft; in handleWaitCnt()
156 if (CurrVmcnt > Vmcnt && CyclesToWaitVm < CyclesToWait) in handleWaitCnt()
157 CyclesToWait = CyclesToWaitVm; in handleWaitCnt()