Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShrinkWrap.cpp126 typedef SmallSetVector<unsigned, 16> SetOfRegs; typedef in __anone305433f0111::ShrinkWrap
128 mutable SetOfRegs CurrentCSRs;
137 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const { in getCurrentCSRs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShrinkWrap.cpp152 using SetOfRegs = SmallSetVector<unsigned, 16>; typedef in __anonaebcf7770111::ShrinkWrap
155 mutable SetOfRegs CurrentCSRs;
165 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const { in getCurrentCSRs()