Home
last modified time | relevance | path

Searched refs:BusyResourceUnits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h122 uint64_t BusyResourceUnits; variable
168 : LSU(Lsu), Resources(std::move(RM)), BusyResourceUnits(0), in Scheduler()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp203 BusyResourceUnits |= BusyResourceMask; in select()
246 return BusyResourceUnits; in analyzeResourcePressure()
288 BusyResourceUnits = 0; in cycleEvent()