Searched refs:ResourceLCM (Results 1 – 2 of 2) sorted by relevance
71 ResourceLCM = SchedModel.IssueWidth; in init()75 ResourceLCM = lcm(ResourceLCM, NumUnits); in init()77 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()80 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
45 unsigned ResourceLCM = 0; variable157 return ResourceLCM; in getLatencyFactor()