Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocBasic.cpp149 Matrix->unassign(LI); in INITIALIZE_PASS_DEPENDENCY()
167 Matrix->unassign(LI); in LRE_WillShrinkVirtReg()
238 Matrix->unassign(Spill); in spillInterferences()
DRegAllocGreedy.cpp234 Matrix->unassign(LI); in LRE_CanEraseVirtReg()
252 Matrix->unassign(LI); in LRE_WillShrinkVirtReg()
506 Matrix->unassign(*Intf); in evictInterference()
1929 Matrix->unassign(*RC); in tryLastChanceRecoloring()
1948 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
1957 Matrix->unassign(VirtReg); in tryLastChanceRecoloring()
1981 Matrix->unassign(*LI); in tryLastChanceRecoloring()
2249 Matrix->unassign(LI); in tryHintRecoloring()
DLiveRegMatrix.cpp121 void LiveRegMatrix::unassign(const LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h125 void unassign(const LiveInterval &VirtReg);
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp115 LRM->unassign(*Intervals[N]); in tryAssignRegisters()
347 LRM->unassign(*Intervals[I]); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/docs/
DBugLifeCycle.rst101 fixing it and to unassign it when you're no longer actively working on it. You
102 unassign a bug by removing the person from the ``Assignees`` field.