Searched refs:NewLastCycle (Results 1 – 1 of 1) sorted by relevance
3199 int NewLastCycle = INT_MIN; in normalizeNonPipelinedInstructions() local3204 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()3223 NewLastCycle = std::max(NewLastCycle, NewCycle); in normalizeNonPipelinedInstructions()3225 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()