Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp101 LiveInterval *SingleLI = nullptr; member in __anone1bb925e0111::StackSlotColoring::ColorAssignmentInfo
119 return SingleLI ? SingleLI->overlaps(*LI) : false; in overlaps()
127 } else if (SingleLI) { in add()
129 LIU->unify(*SingleLI, *SingleLI); in add()
131 SingleLI = nullptr; in add()
133 SingleLI = LI; in add()