Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp337 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local
343 << "\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()
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp284 unsigned NewCycleCount = NewRootDepth + NewRootLatency; in improvesCriticalPathLen() local
287 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()