Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h68 SmallPtrSet<Delegate *, 1> TheDelegates; variable
163 assert(TheDelegates.count(delegate) && in resetDelegate()
165 TheDelegates.erase(delegate); in resetDelegate()
169 assert(delegate && !TheDelegates.count(delegate) && in addDelegate()
173 TheDelegates.insert(delegate); in addDelegate()
177 for (auto *TheDelegate : TheDelegates) in noteNewVirtualRegister()
182 for (auto *TheDelegate : TheDelegates) in noteCloneVirtualRegister()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp51 TheDelegates.clear(); in MachineRegisterInfo()