Searched refs:StaticInit (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util.h | 54 void StaticInit(); // Emulates static initialization (tsan invisible).
|
| H A D | tsan_mutex.cpp | 154 m.StaticInit(); in TEST_F()
|
| H A D | tsan_test_util_posix.cpp | 113 void UserMutex::StaticInit() { in StaticInit() function in UserMutex
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2999 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPForOuterLoop() local 3003 ScheduleKind, StaticInit); in EmitOMPForOuterLoop() 3045 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeOuterLoop() local 3048 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, StaticInit); in EmitOMPDistributeOuterLoop() 3416 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPWorksharingLoop() local 3422 StaticInit); in EmitOMPWorksharingLoop() 4067 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitSections() local 4071 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, StaticInit); in EmitSections() 5678 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeLoop() local 5683 StaticInit); in EmitOMPDistributeLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2136 FunctionCallee StaticInit = getKmpcForStaticInitForType(IVTy, M, *this); in applyStaticWorkshareLoop() local 2167 Builder.CreateCall(StaticInit, in applyStaticWorkshareLoop() 2223 FunctionCallee StaticInit = in applyStaticChunkedWorkshareLoop() local 2261 Builder.CreateCall(StaticInit, in applyStaticChunkedWorkshareLoop()
|