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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp304 Top.removeReady(SU);
306 Bot.removeReady(SU);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h781 void removeReady(SUnit *SU);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2376 void SchedBoundary::removeReady(SUnit *SU) { function in class:SchedBoundary
3246 Top.removeReady(SU);
3248 Bot.removeReady(SU);
3441 Top.removeReady(SU);

Completed in 232 milliseconds