Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2020 unsigned NRCycle, InstanceIdx; in checkHazard() local
2021 std::tie(NRCycle, InstanceIdx) = getNextResourceCycle(ResIdx, Cycles); in checkHazard()
2022 if (NRCycle > CurrCycle) { in checkHazard()
2029 << "=" << NRCycle << "c\n"); in checkHazard()