Home
last modified time | relevance | path

Searched refs:unassign (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h113 void unassign(LiveInterval &VirtReg);
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp495 Matrix->unassign(LI); in LRE_CanEraseVirtReg()
510 Matrix->unassign(LI); in LRE_WillShrinkVirtReg()
832 Matrix->unassign(*Intf); in evictInterference()
2135 Matrix->unassign(**It); in tryLastChanceRecoloring()
2151 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
2160 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
2167 Matrix->unassign(**It); in tryLastChanceRecoloring()
2408 Matrix->unassign(LI); in tryHintRecoloring()
DLiveRegMatrix.cpp114 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
DRegAllocBasic.cpp199 Matrix->unassign(Spill); in spillInterferences()