Home
last modified time | relevance | path

Searched refs:LIU (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp103 LiveIntervalUnion *LIU = nullptr; member in __anonb7b65c290111::StackSlotColoring::ColorAssignmentInfo
110 if (LIU) in ~ColorAssignmentInfo()
111 LIU->~LiveIntervalUnion(); // Dirty magic again. in ~ColorAssignmentInfo()
117 if (LIU) in overlaps()
118 return LiveIntervalUnion::Query(*LI, *LIU).checkInterference(); in overlaps()
125 if (LIU) { in add()
126 LIU->unify(*LI, *LI); in add()
128 LIU = new (LIUPad) LiveIntervalUnion(Alloc); in add()
129 LIU->unify(*SingleLI, *SingleLI); in add()
130 LIU->unify(*LI, *LI); in add()
H A DInterferenceCache.h85 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()) { in RegUnitInfo()
86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h132 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query() argument
133 : LiveUnion(&LIU), LR(&LR) {} in Query()
/freebsd/contrib/ncurses/
H A DNEWS497 MinGW/Win32 configurations (adapted from patch by LIU Hao).