Searched refs:NewRootDepth (Results 1 – 2 of 2) sorted by relevance
254 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local258 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()
308 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen() local312 << 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()