HomeSort by relevance Sort by last modified time
    Searched refs:llvm_is_multithreaded (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
Threading.h 21 bool llvm_is_multithreaded();
ManagedStatic.h 67 if (llvm_is_multithreaded()) sys::MemoryFence();
75 if (llvm_is_multithreaded()) sys::MemoryFence();
83 if (llvm_is_multithreaded()) sys::MemoryFence();
91 if (llvm_is_multithreaded()) sys::MemoryFence();
RWMutex.h 97 if (!mt_only || llvm_is_multithreaded())
107 if (!mt_only || llvm_is_multithreaded())
118 if (!mt_only || llvm_is_multithreaded())
129 if (!mt_only || llvm_is_multithreaded())
Mutex.h 100 if (!mt_only || llvm_is_multithreaded()) {
113 if (!mt_only || llvm_is_multithreaded()) {
127 if (!mt_only || llvm_is_multithreaded())
  /external/llvm/lib/Support/
ManagedStatic.cpp 36 if (llvm_is_multithreaded()) {
Threading.cpp 23 bool llvm::llvm_is_multithreaded() { function in class:llvm
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 762 milliseconds