Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocBasic.cpp152 Matrix->unassign(LI); in INITIALIZE_PASS_DEPENDENCY()
170 Matrix->unassign(LI); in LRE_WillShrinkVirtReg()
242 Matrix->unassign(Spill); in spillInterferences()
DRegAllocGreedy.cpp692 Matrix->unassign(LI); in LRE_CanEraseVirtReg()
710 Matrix->unassign(LI); in LRE_WillShrinkVirtReg()
1145 Matrix->unassign(*Intf); in evictInterference()
2699 Matrix->unassign(*RC); in tryLastChanceRecoloring()
2718 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
2727 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
2742 Matrix->unassign(*RC); in tryLastChanceRecoloring()
2999 Matrix->unassign(LI); in tryHintRecoloring()
DLiveRegMatrix.cpp121 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h124 void unassign(LiveInterval &VirtReg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp113 LRM->unassign(*Intervals[N]); in tryAssignRegisters()
336 LRM->unassign(*Intervals[I]); in runOnMachineFunction()