Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp370 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local
376 << "\n\tNewRootDepth + NewRootLatency = " << NewCycleCount in improvesCriticalPathLen()
379 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
382 LLVM_DEBUG(dbgs() << "\n\t\tNewCycleCount = " << NewCycleCount in improvesCriticalPathLen()
385 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()