Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h41 SizeT getNumEvictions() const { return Evicted.size(); } in getNumEvictions()
42 bool hasEvictions() const { return !Evicted.empty(); } in hasEvictions()
124 UnorderedRanges Evicted; variable
DIceRegAlloc.cpp319 for (Variable *Var : Evicted) { in initForSecondChance()
361 Evicted.clear(); in init()
378 Evicted.reserve(Unhandled.size()); in init()
751 Evicted.push_back(Item); in handleNoFreeRegisters()
769 Evicted.push_back(Item); in handleNoFreeRegisters()