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 222 void LiveRangeEdit::eliminateDeadDef(MachineInstr *MI, ToShrinkSet &ToShrink) {
272 ToShrink.insert(&LI);
314 ToShrink.remove(&LIS.getInterval(Reg));
322 ToShrinkSet ToShrink;
327 eliminateDeadDef(Dead.pop_back_val(), ToShrink);
329 if (ToShrink.empty())
333 LiveInterval *LI = ToShrink.back();
334 ToShrink.pop_back();
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 99 void eliminateDeadDef(MachineInstr *MI, ToShrinkSet &ToShrink);

Completed in 518 milliseconds