Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1877 MaxObservedStall = 0; in reset()
2024 MaxObservedStall = std::max(Cycles, MaxObservedStall); in checkHazard()
2095 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall); in releaseNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h677 unsigned MaxObservedStall; variable