Searched refs:isSpillable (Results 1 – 9 of 9) sorted by relevance
172 if (LI.isSpillable()) { in weightCalcHelper()179 if (!OrigInt.isSpillable()) in weightCalcHelper()184 bool IsSpillable = LI.isSpillable(); in weightCalcHelper()
220 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()298 if (!VirtReg.isSpillable()) in selectOrSplit()
288 !VirtReg.isSpillable() && in canEvictInterferenceBasedOnCost()289 (Intf->isSpillable() || in canEvictInterferenceBasedOnCost()
41 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()66 if (Parent && !Parent->isSpillable()) in createFrom()
709 !VirtReg.isSpillable() && in loadInterferenceFeatures()710 (Intf->isSpillable() || in loadInterferenceFeatures()758 (!VirtReg.isSpillable() && CostPerUseLimit == static_cast<uint8_t>(~0u)); in tryFindEvictionCandidate()
646 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()2103 assert((ExtraInfo->getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()2322 if (ExtraInfo->getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()2629 if (Stage >= RS_Done || !VirtReg.isSpillable()) { in selectOrSplitImpl()
1321 assert(edit.getParent().isSpillable() && in spill()
829 bool isSpillable() const { return Weight != huge_valf; } in isSpillable() function