Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp152 using SetOfRegs = SmallSetVector<unsigned, 16>; typedef in __anon9d43b5270111::ShrinkWrap
155 mutable SetOfRegs CurrentCSRs;
165 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const { in getCurrentCSRs()