Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dmutex.h108 last_thread = createBarrier(ml); in wait()
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dmutex.h108 last_thread = createBarrier(ml); in wait()
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h174 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp335 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier() function in OpenMPIRBuilder
1338 createBarrier(LocationDescription(Builder.saveIP(), Loc.DL), in createStaticWorkshareLoop()
1488 createBarrier(LocationDescription(Builder.saveIP(), Loc.DL), in createDynamicWorkshareLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp756 OMPInfoCache.OMPBuilder.createBarrier(SeqAfterIP, OMPD_parallel); in mergeParallelRegions()
871 OMPInfoCache.OMPBuilder.createBarrier( in mergeParallelRegions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2571 CGF.Builder.restoreIP(OMPBuilder.createBarrier( in emitBarrierCall()