Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp255 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local
259 dbgs() << " RootDepth: " << RootDepth << "\n"); in improvesCriticalPathLen()
267 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
282 << RootDepth + RootLatency + RootSlack << "\n";); in improvesCriticalPathLen()
285 unsigned OldCycleCount = RootDepth + RootLatency + RootSlack; in improvesCriticalPathLen()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp309 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local
312 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
321 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
324 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
339 RootDepth + RootLatency + (SlackIsAccurate ? RootSlack : 0); in improvesCriticalPathLen()