HomeSort by: relevance | last modified time | path
    Searched refs:LastPosHighLatParentScheduled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 366 unsigned LastPosHighLatParentScheduled;
382 LastPosHighLatParentScheduled = Best.LastPosHighLatParentScheduled;
SIMachineScheduler.cpp 1550 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled,
1551 Cand.LastPosHighLatParentScheduled, TryCand, Cand, Latency))
1626 TryCand.LastPosHighLatParentScheduled =
1653 << Cand.LastPosHighLatParentScheduled << '\n';

Completed in 48 milliseconds