Home
last modified time | relevance | path

Searched refs:isSpillable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()
259 if (!VirtReg.isSpillable()) in selectOrSplit()
DRegAllocGreedy.cpp763 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()
DCalcSpillWeights.cpp149 bool Spillable = li.isSpillable(); in calculateSpillWeightAndHint()
DInlineSpiller.cpp1385 assert(edit.getParent().isSpillable() && in spill()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h719 bool isSpillable() const { in isSpillable() function