Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCombiner.cpp406 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local
412 << "\n\tNewRootDepth + NewRootLatency = " << NewCycleCount in improvesCriticalPathLen()
415 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
418 LLVM_DEBUG(dbgs() << "\n\t\tNewCycleCount = " << NewCycleCount in improvesCriticalPathLen()
421 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()