Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6757 static ManagedStatic<sys::SmartMutex<true> > VTMutex; variable
6763 sys::SmartScopedLock<true> Lock(*VTMutex); in getValueTypeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9016 static ManagedStatic<sys::SmartMutex<true>> VTMutex; variable
9022 sys::SmartScopedLock<true> Lock(*VTMutex); in getValueTypeList()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp11143 static sys::SmartMutex<true> VTMutex; in getValueTypeList() local
11146 sys::SmartScopedLock<true> Lock(VTMutex); in getValueTypeList()