Searched refs:ResourceLCM (Results 1 – 2 of 2) sorted by relevance
58 ResourceLCM = SchedModel.IssueWidth; in init() 62 ResourceLCM = std::lcm(ResourceLCM, NumUnits); in init() 64 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init() 67 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
44 unsigned ResourceLCM = 0; variable156 return ResourceLCM; in getLatencyFactor()