Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRWMutex.h145 struct SmartScopedReader { struct
148 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() argument
152 ~SmartScopedReader() { in ~SmartScopedReader() argument
156 typedef SmartScopedReader<false> ScopedReader;
/external/llvm/lib/IR/
DPassRegistry.cpp42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo()
74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith()
DFunction.cpp366 sys::SmartScopedReader<true> Reader(*GCLock); in hasGC()
372 sys::SmartScopedReader<true> Reader(*GCLock); in getGC()