Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h739 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2550 if (CurrZone.getZoneCritResIdx() == OtherCritIdx) in setPolicy()
2555 << SchedModel->getResourceName(CurrZone.getZoneCritResIdx()) << "\n"; in setPolicy()
2563 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()