Home
last modified time | relevance | path

Searched refs:MarkUnallocated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h324 MarkUnallocated(Reg); in DeallocateReg()
547 void MarkUnallocated(MCPhysReg Reg);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp67 void CCState::MarkUnallocated(MCPhysReg Reg) { in MarkUnallocated() function in CCState