Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h173 LiveIntervalUnion *LIUs = nullptr; variable
179 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];
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp200 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()