Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRWMutex.h158 struct SmartScopedWriter { struct
161 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() argument
165 ~SmartScopedWriter() { in ~SmartScopedWriter() argument
169 typedef SmartScopedWriter<false> ScopedWriter;
/external/llvm/include/llvm/Support/
DRWMutex.h162 struct SmartScopedWriter { struct
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() function
169 ~SmartScopedWriter() { in ~SmartScopedWriter() argument
173 typedef SmartScopedWriter<false> ScopedWriter;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRWMutex.h162 struct SmartScopedWriter { struct
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() argument
169 ~SmartScopedWriter() { in ~SmartScopedWriter() argument
174 typedef SmartScopedWriter<false> ScopedWriter;
/external/llvm/lib/IR/
DPassRegistry.cpp54 sys::SmartScopedWriter<true> Guard(Lock); in registerPass()
94 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup()
117 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener()
122 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassRegistry.cpp59 sys::SmartScopedWriter<true> Guard(Lock); in registerPass()
99 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup()
120 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener()
125 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp276 sys::SmartScopedWriter<true> Writer(*GCLock); in setGC()
285 sys::SmartScopedWriter<true> Writer(*GCLock); in clearGC()