Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h42 bool hasEvictions() const { return !Evicted.empty(); } in hasEvictions() function
DIceTargetLowering.cpp484 if (!LinearScan.hasEvictions()) in regAlloc()