Lines Matching defs:CyclesLeft
597 Hazard.CyclesLeft = UNKNOWN_CYCLES;
601 int CyclesLeft = WS->getCyclesLeft() - ReadAdvance;
602 if (CyclesLeft > 0) {
603 if (Hazard.CyclesLeft < CyclesLeft) {
605 Hazard.CyclesLeft = CyclesLeft;
615 int CyclesLeft = NegReadAdvance - Elapsed;
616 assert(CyclesLeft > 0 && "Write should not be in the CommottedWrites set!");
617 if (Hazard.CyclesLeft < CyclesLeft) {
619 Hazard.CyclesLeft = CyclesLeft;