Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1764 int LastLowLatencyPos = -1; in moveLowLatencies() local
1785 if ((int)BestPos <= LastLowLatencyPos) in moveLowLatencies()
1786 BestPos = LastLowLatencyPos + 1; in moveLowLatencies()
1797 LastLowLatencyPos = BestPos; in moveLowLatencies()