Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp155 mutable SetOfRegs CurrentCSRs; member in __anone12ceae80111::ShrinkWrap
166 if (CurrentCSRs.empty()) { in getCurrentCSRs()
175 CurrentCSRs.insert((unsigned)Reg); in getCurrentCSRs()
177 return CurrentCSRs; in getCurrentCSRs()
204 CurrentCSRs.clear(); in init()