Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h362 bool IsHighLatency; member
378 IsHighLatency = Best.IsHighLatency; in setBest()
H A DSIMachineScheduler.cpp1554 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency()
1557 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency()
1619 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); in pickBlock()
1651 << (Cand.IsHighLatency ? "yes\n" : "no\n"); in pickBlock()