Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp410 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local
416 << "\n\tNewRootDepth + NewRootLatency = " << NewCycleCount in improvesCriticalPathLen()
419 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
422 LLVM_DEBUG(dbgs() << "\n\t\tNewCycleCount = " << NewCycleCount in improvesCriticalPathLen()
425 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()