Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp338 unsigned OldCycleCount = in improvesCriticalPathLen() local
345 << OldCycleCount;); in improvesCriticalPathLen()
346 LLVM_DEBUG(NewCycleCount <= OldCycleCount in improvesCriticalPathLen()
350 << ", OldCycleCount = " << OldCycleCount << "\n"); in improvesCriticalPathLen()
352 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp285 unsigned OldCycleCount = RootDepth + RootLatency + RootSlack; in improvesCriticalPathLen() local
287 return NewCycleCount <= OldCycleCount; in improvesCriticalPathLen()