Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp845 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() argument
846 if (Delta < 0 && Cyc + Delta > Cyc) in adjCycles()
848 return Cyc + Delta; in adjCycles()
H A DMachineTraceMetrics.cpp1176 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack() local
1177 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()