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

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp199 SmallPtrSet<LiveInterval*, 8> > ToShrink; local
240 ToShrink.insert(&LI);
249 ToShrink.remove(&LI);
263 if (ToShrink.empty())
267 LiveInterval *LI = ToShrink.back();
268 ToShrink.pop_back();

Completed in 57 milliseconds