Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp115 unsigned CyclesToWaitExp = ~0U; in handleWaitCnt() local
137 if ((unsigned)CyclesLeft < CyclesToWaitExp) in handleWaitCnt()
138 CyclesToWaitExp = CyclesLeft; in handleWaitCnt()
155 if (CurrExpcnt > Expcnt && CyclesToWaitExp < CyclesToWait) in handleWaitCnt()
156 CyclesToWait = CyclesToWaitExp; in handleWaitCnt()