Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRWMutex.h143 struct SmartScopedReader { struct
146 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() argument
150 ~SmartScopedReader() { in ~SmartScopedReader() argument
154 typedef SmartScopedReader<false> ScopedReader;
/external/llvm/include/llvm/Support/
DRWMutex.h147 struct SmartScopedReader { struct
150 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() argument
154 ~SmartScopedReader() { in ~SmartScopedReader() argument
158 typedef SmartScopedReader<false> ScopedReader;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRWMutex.h146 struct SmartScopedReader { struct
149 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() function
153 ~SmartScopedReader() { in ~SmartScopedReader() argument
158 typedef SmartScopedReader<false> ScopedReader;
/external/llvm/lib/IR/
DPassRegistry.cpp38 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
44 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
70 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassRegistry.cpp43 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
49 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
75 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp265 sys::SmartScopedReader<true> Reader(*GCLock); in hasGC()
271 sys::SmartScopedReader<true> Reader(*GCLock); in getGC()