Home
last modified time | relevance | path

Searched defs:NextCycle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp266 void GCNILPScheduler::advanceToCycle(unsigned NextCycle) { in advanceToCycle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp393 unsigned NextCycle = std::max(CurrCycle + 1, MinReadyCycle); in bumpCycle() local
H A DMachineScheduler.cpp2587 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle()
2643 unsigned NextCycle, in countResource()
2701 unsigned NextCycle = CurrCycle; in bumpNode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp631 void ScheduleDAGRRList::AdvanceToCycle(unsigned NextCycle) { in AdvanceToCycle()