Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp371 unsigned OldCycleCount = in improvesCriticalPathLen() local
378 << OldCycleCount;); in improvesCriticalPathLen()
379 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
383 << ", OldCycleCount = " << OldCycleCount << "\n"); in improvesCriticalPathLen()
385 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()