Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceMemory.cpp46 LivenessAllocator);
49 return ICE_TLS_GET_FIELD(LivenessAllocator); in current()
55 ICE_TLS_SET_FIELD(LivenessAllocator, Allocator); in set_current()
DIceMemory.h169 static void init() { ICE_TLS_INIT_FIELD(LivenessAllocator); }; in init()
175 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, LivenessAllocator);
179 using LivenessAllocator = sz_allocator<T, LivenessAllocatorTraits>; variable
DIceDefs.h283 using LivenessVector = std::vector<T, LivenessAllocator<T>>;
286 using LivenessBV = BitVectorTmpl<LivenessAllocator>;