Lines Matching defs:NewCycle
3160 int NewCycle = getFirstCycle();
3163 NewCycle = std::max(InstrToCycle[IE.getSrc()], NewCycle);
3169 NewCycle = std::max(InstrToCycle[OE.getDst()], NewCycle);
3172 if (OldCycle != NewCycle) {
3173 InstrToCycle[&SU] = NewCycle;
3176 getInstructions(NewCycle).emplace_back(&SU);
3179 << " to " << NewCycle << " Instr:" << *SU.getInstr());
3181 NewLastCycle = std::max(NewLastCycle, NewCycle);