Home
last modified time | relevance | path

Searched refs:llvm_is_multithreaded (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDMutex.h34 if (!mt_only || llvm_is_multithreaded()) { in lock()
46 if (!mt_only || llvm_is_multithreaded()) { in unlock()
59 if (!mt_only || llvm_is_multithreaded()) in try_lock()
HDRWMutex.h110 if (!mt_only || llvm_is_multithreaded()) { in lock_shared()
122 if (!mt_only || llvm_is_multithreaded()) { in unlock_shared()
137 if (!mt_only || llvm_is_multithreaded()) { in lock()
150 if (!mt_only || llvm_is_multithreaded()) { in unlock()
HDThreading.h53 constexpr bool llvm_is_multithreaded() { return LLVM_ENABLE_THREADS; } in llvm_is_multithreaded() function
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp4510 return llvm_is_multithreaded(); in LLVMIsMultithreaded()