Searched refs:RootDepth (Results 1 – 2 of 2) sorted by relevance
255 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local259 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()
309 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local312 << 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()