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()
DCalcSpillWeights.cpp114 bool Spillable = li.isSpillable(); in calculateSpillWeightAndHint()
DRegAllocGreedy.cpp740 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference()
741 (Intf->isSpillable() || in canEvictInterference()
811 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()
2045 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2211 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
2499 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
DInlineSpiller.cpp1384 assert(edit.getParent().isSpillable() && in spill()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h716 bool isSpillable() const { in isSpillable() function