Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp377 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local
381 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
390 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
393 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
406 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()