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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp214 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color]; local
215 for (unsigned i = 0, e = OtherLIs.size(); i != e; ++i) {
216 LiveInterval *OtherLI = OtherLIs[i];

Completed in 81 milliseconds