Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp361 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local
364 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
373 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
376 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
396 RootDepth + RootLatency + (SlackIsAccurate ? RootSlack : 0); in improvesCriticalPathLen()