Searched refs:Cyc (Results 1 – 2 of 2) sorted by relevance
676 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() argument677 if (Delta < 0 && Cyc + Delta > Cyc) in adjCycles()679 return Cyc + Delta; in adjCycles()
1153 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack() local1154 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()