Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp102 LiveInterval *SingleLI = nullptr; member in __anonb7b65c290111::StackSlotColoring::ColorAssignmentInfo
120 return SingleLI ? SingleLI->overlaps(*LI) : false; in overlaps()
128 } else if (SingleLI) { in add()
130 LIU->unify(*SingleLI, *SingleLI); in add()
132 SingleLI = nullptr; in add()
134 SingleLI = LI; in add()