HomeSort by relevance Sort by last modified time
    Searched refs:ToShrink (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 219 void LiveRangeEdit::eliminateDeadDef(MachineInstr *MI, ToShrinkSet &ToShrink) {
276 ToShrink.insert(&LI);
320 ToShrink.remove(&LIS.getInterval(Reg));
328 ToShrinkSet ToShrink;
333 eliminateDeadDef(Dead.pop_back_val(), ToShrink);
335 if (ToShrink.empty())
339 LiveInterval *LI = ToShrink.back();
340 ToShrink.pop_back();
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 98 void eliminateDeadDef(MachineInstr *MI, ToShrinkSet &ToShrink);

Completed in 859 milliseconds