Searched refs:NewLastCycle (Results 1 – 1 of 1) sorted by relevance
2699 int NewLastCycle = INT_MIN; in normalizeNonPipelinedInstructions() local2704 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()2723 NewLastCycle = std::max(NewLastCycle, NewCycle); in normalizeNonPipelinedInstructions()2725 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()