Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp156 using SetOfRegs = SmallSetVector<unsigned, 16>; typedef in __anon8a4a73dd0111::ShrinkWrap
159 mutable SetOfRegs CurrentCSRs;
177 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const { in getCurrentCSRs()