Searched refs:Freed (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp94 SmallVector<ResourceRef, 8> Freed; local
99 HWS.cycleEvent(Freed, Executed, Pending, Ready);
103 for (const ResourceRef &RR : Freed)
H A DInOrderIssueStage.cpp389 SmallVector<ResourceRef, 4> Freed; local
390 RM.cycleEvent(Freed);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h216 /// Vector `Freed` is populated with resourceRef related to resources that
225 void cycleEvent(SmallVectorImpl<ResourceRef> &Freed,
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp264 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, argument
271 Resources->cycleEvent(Freed);

Completed in 137 milliseconds