Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp362 unsigned NewRootDepth = in improvesCriticalPathLen() local
367 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
376 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
379 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
397 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()