Searched refs:removeReady (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h205 void removeReady(SUnit *SU);
H A DHexagonMachineScheduler.cpp447 void ConvergingVLIWScheduler::VLIWSchedBoundary::removeReady(SUnit *SU) { function in class:ConvergingVLIWScheduler::VLIWSchedBoundary
978 Top.removeReady(SU);
980 Bot.removeReady(SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp284 Top.removeReady(SU);
286 Bot.removeReady(SU);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h784 void removeReady(SUnit *SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2420 void SchedBoundary::removeReady(SUnit *SU) { function in class:SchedBoundary
3291 Top.removeReady(SU);
3293 Bot.removeReady(SU);
3486 Top.removeReady(SU);

Completed in 79 milliseconds