Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp254 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local
258 dbgs() << " NewRootDepth: " << NewRootDepth << "\n"; in improvesCriticalPathLen()
267 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
280 << NewRootDepth + NewRootLatency << "\n"; in improvesCriticalPathLen()
284 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp308 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local
312 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
321 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
324 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
337 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen()