Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp176 SmallVector<MCWriteProcResEntry, 8> WPRS) { in computeIdealizedProcResPressure() argument
179 sort(WPRS, [](const MCWriteProcResEntry &A, const MCWriteProcResEntry &B) { in computeIdealizedProcResPressure()
182 for (const MCWriteProcResEntry &WPR : WPRS) { in computeIdealizedProcResPressure()
H A DSchedClassResolution.h36 SmallVector<MCWriteProcResEntry, 8> WPRS);