Searched refs:isSpillable (Results 1 – 5 of 5) sorted by relevance
180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()259 if (!VirtReg.isSpillable()) in selectOrSplit()
763 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference()764 (Intf->isSpillable() || in canEvictInterference()834 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()2076 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()2243 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()2526 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
149 bool Spillable = li.isSpillable(); in calculateSpillWeightAndHint()
1385 assert(edit.getParent().isSpillable() && in spill()
719 bool isSpillable() const { in isSpillable() function