Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp58 SmallVector<float, 32> ProcResUnitUsage(NumProcRes); in getNonRedundantWriteProcRes() local
67 ProcResUnitUsage[WPR->ProcResourceIdx] += WPR->Cycles; in getNonRedundantWriteProcRes()
75 RemainingCycles -= ProcResUnitUsage[*SubResIdx]; in getNonRedundantWriteProcRes()
88 ProcResUnitUsage[*SubResIdx] += RemainingCycles / ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()