HomeSort by relevance Sort by last modified time
    Searched full:shrinktouses (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/CodeGen/ARM/
2011-11-14-EarlyClobber.ll 5 ; This test calls shrinkToUses with an early-clobber redefined live range during
14 ; This tests that shrinkToUses handles the EC redef correctly.
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 139 /// shrinkToUses - After removing some uses of a register, shrink its live
146 bool shrinkToUses(LiveInterval *li,
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 290 // FIXME: It would be better to have something like shrinkToUses() for
332 if (!LIS.shrinkToUses(LI, &Dead))
LiveIntervalAnalysis.cpp 303 /// shrinkToUses - After removing some uses of a register, shrink its live
306 bool LiveIntervals::shrinkToUses(LiveInterval *li,
    [all...]
SplitKit.h 107 /// DidRepairRange - analyze was forced to shrinkToUses().
RegisterCoalescer.cpp 509 LIS->shrinkToUses(&IntA);
833 LIS->shrinkToUses(&SrcInt, &DeadDefs);
    [all...]
SplitKit.cpp 156 .shrinkToUses(const_cast<LiveInterval*>(CurLI));
    [all...]

Completed in 113 milliseconds