15 #ifndef LLVM_SUPPORT_UNIQUE_LOCK_H
16 #define LLVM_SUPPORT_UNIQUE_LOCK_H
27 template<
typename MutexT>
50 assert(!locked &&
"mutex already locked!");
51 assert(M &&
"no associated mutex!");
57 assert(locked &&
"unlocking a mutex that isn't locked!");
58 assert(M &&
"no associated mutex!");
67 #endif // LLVM_SUPPORT_UNIQUE_LOCK_H
Function Alias Analysis false
A pared-down imitation of std::unique_lock from C++11.
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
void operator=(unique_lock &&o)