Searched refs:LIUs (Results 1 – 2 of 2) sorted by relevance
173 LiveIntervalUnion *LIUs = nullptr; variable179 Array(Array &&Other) : Size(Other.Size), LIUs(Other.LIUs) { in Array()181 Other.LIUs = nullptr; in Array()196 return LIUs[idx];201 return LIUs[Idx];
200 LIUs = static_cast<LiveIntervalUnion*>( in init()203 new(LIUs + i) LiveIntervalUnion(Alloc); in init()207 if (!LIUs) in clear()210 LIUs[i].~LiveIntervalUnion(); in clear()211 free(LIUs); in clear()213 LIUs = nullptr; in clear()