Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp340 unsigned OldCycleCount = in improvesCriticalPathLen() local
347 << OldCycleCount;); in improvesCriticalPathLen()
348 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
352 << ", OldCycleCount = " << OldCycleCount << "\n"); in improvesCriticalPathLen()
354 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()