Searched refs:isSpillable (Results 1 – 6 of 6) sorted by relevance
216 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()295 if (!VirtReg.isSpillable()) in selectOrSplit()
40 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()65 if (Parent && !Parent->isSpillable()) in createFrom()
920 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference()921 (Intf->isSpillable() || in canEvictInterference()1084 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()2610 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()2808 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()3109 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
165 bool Spillable = li.isSpillable(); in weightCalcHelper()
1120 assert(edit.getParent().isSpillable() && in spill()
808 bool isSpillable() const { in isSpillable() function