Lines Matching defs:CyclesLeft
589 Hazard.CyclesLeft = UNKNOWN_CYCLES;
593 int CyclesLeft = WS->getCyclesLeft() - ReadAdvance;
594 if (CyclesLeft > 0) {
595 if (Hazard.CyclesLeft < CyclesLeft) {
597 Hazard.CyclesLeft = CyclesLeft;
607 int CyclesLeft = NegReadAdvance - Elapsed;
608 assert(CyclesLeft > 0 && "Write should not be in the CommottedWrites set!");
609 if (Hazard.CyclesLeft < CyclesLeft) {
611 Hazard.CyclesLeft = CyclesLeft;