Searched refs:NewCycleCount (Results 1 – 2 of 2) sorted by relevance
337 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local343 << "\n\tNewRootDepth + NewRootLatency = " << NewCycleCount in improvesCriticalPathLen()346 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()349 LLVM_DEBUG(dbgs() << "\n\t\tNewCycleCount = " << NewCycleCount in improvesCriticalPathLen()352 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()
284 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local287 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()