Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp71 float RemainingCycles = WPR->Cycles; in getNonRedundantWriteProcRes() local
75 RemainingCycles -= ProcResUnitUsage[*SubResIdx]; in getNonRedundantWriteProcRes()
77 if (RemainingCycles < 0.01f) { in getNonRedundantWriteProcRes()
83 static_cast<uint16_t>(std::round(RemainingCycles))}); in getNonRedundantWriteProcRes()
88 ProcResUnitUsage[*SubResIdx] += RemainingCycles / ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()