Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp99 LiveInterval *SingleLI = nullptr; member in __anon53ec539f0111::StackSlotColoring::ColorAssignmentInfo
117 return SingleLI ? SingleLI->overlaps(*LI) : false; in overlaps()
125 } else if (SingleLI) { in add()
127 LIU->unify(*SingleLI, *SingleLI); in add()
129 SingleLI = nullptr; in add()
131 SingleLI = LI; in add()