Searched refs:ResourceLCM (Results 1 – 2 of 2) sorted by relevance
56 ResourceLCM = SchedModel.IssueWidth; in init()60 ResourceLCM = std::lcm(ResourceLCM, NumUnits); in init()62 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()65 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
45 unsigned ResourceLCM = 0; variable169 return ResourceLCM; in getLatencyFactor()