Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp342 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local
345 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
354 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
357 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
372 RootDepth + RootLatency + (SlackIsAccurate ? RootSlack : 0); in improvesCriticalPathLen()