Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp900 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() argument
901 if (Delta < 0 && Cyc + Delta > Cyc) in adjCycles()
903 return Cyc + Delta; in adjCycles()
H A DMachineTraceMetrics.cpp1209 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack() local
1210 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()