Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp411 unsigned OldCycleCount = in improvesCriticalPathLen() local
418 << OldCycleCount;); in improvesCriticalPathLen()
419 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
423 << ", OldCycleCount = " << OldCycleCount << "\n"); in improvesCriticalPathLen()
425 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()