reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/CodeGen/InlineSpiller.cpp
 1109 void InlineSpiller::spill(LiveRangeEdit &edit) {

References

lib/CodeGen/RegAllocBasic.cpp
  239     spiller().spill(LRE);
  298   spiller().spill(LRE);
lib/CodeGen/RegAllocGreedy.cpp
 3126     spiller().spill(LRE);
lib/CodeGen/RegAllocPBQP.cpp
  683   VRegSpiller.spill(LRE);