Home
last modified time | relevance | path

Searched refs:Cyc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp676 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() argument
677 if (Delta < 0 && Cyc + Delta > Cyc) in adjCycles()
679 return Cyc + Delta; in adjCycles()
DMachineTraceMetrics.cpp1153 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack() local
1154 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()