Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h361 bool IsHighLatency; member
377 IsHighLatency = Best.IsHighLatency; in setBest()
H A DSIMachineScheduler.cpp1538 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency()
1541 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency()
1603 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); in pickBlock()
1635 << (Cand.IsHighLatency ? "yes\n" : "no\n"); in pickBlock()