Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h365 unsigned LastPosHighLatParentScheduled; member
381 LastPosHighLatParentScheduled = Best.LastPosHighLatParentScheduled; in setBest()
H A DSIMachineScheduler.cpp1526 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency()
1527 Cand.LastPosHighLatParentScheduled, TryCand, Cand, Latency)) in tryCandidateLatency()
1602 TryCand.LastPosHighLatParentScheduled = in pickBlock()
1629 << Cand.LastPosHighLatParentScheduled << '\n'; in pickBlock()