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

References

lib/CodeGen/CalcSpillWeights.cpp
  165   bool Spillable = li.isSpillable();
lib/CodeGen/InlineSpiller.cpp
 1123   assert(edit.getParent().isSpillable() &&
lib/CodeGen/LiveRangeEdit.cpp
   40   if (Parent && !Parent->isSpillable())
   65   if (Parent && !Parent->isSpillable())
lib/CodeGen/RegAllocBasic.cpp
  216       if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
  295   if (!VirtReg.isSpillable())
lib/CodeGen/RegAllocGreedy.cpp
  920       bool Urgent = !VirtReg.isSpillable() &&
  921         (Intf->isSpillable() ||
 1084             VirtReg.isSpillable() < Intf->isSpillable()) &&
 1084             VirtReg.isSpillable() < Intf->isSpillable()) &&
 2610   assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) &&
 2808   if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) {
 3109   if (Stage >= RS_Done || !VirtReg.isSpillable())