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

/freebsd-12-stable/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)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h120 void processNextPage(bool Freed) { argument
121 if (Freed) {
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp264 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, argument
271 Resources->cycleEvent(Freed);

Completed in 111 milliseconds