Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp381 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local
385 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
394 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
397 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
410 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()