Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSpillable

715       bool Urgent = !VirtReg.isSpillable() &&
716 (Intf->isSpillable() ||
786 VirtReg.isSpillable() < Intf->isSpillable()) &&
2019 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) &&
2185 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) {
2294 if (Stage >= RS_Done || !VirtReg.isSpillable())