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.cpp1776 int LastLowLatencyPos = -1; in moveLowLatencies() local
1797 if ((int)BestPos <= LastLowLatencyPos) in moveLowLatencies()
1798 BestPos = LastLowLatencyPos + 1; in moveLowLatencies()
1809 LastLowLatencyPos = BestPos; in moveLowLatencies()