Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp310 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local
314 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
323 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
326 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
339 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()