Searched refs:OtherLIs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp259 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color]; local
260 for (unsigned i = 0, e = OtherLIs.size(); i != e; ++i) {
261 LiveInterval *OtherLI = OtherLIs[i];

Completed in 94 milliseconds