Searched refs:StaticInit (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2941 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPForOuterLoop() local 2945 ScheduleKind, StaticInit); in EmitOMPForOuterLoop() 2987 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeOuterLoop() local 2990 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, StaticInit); in EmitOMPDistributeOuterLoop() 3358 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPWorksharingLoop() local 3364 StaticInit); in EmitOMPWorksharingLoop() 4009 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitSections() local 4013 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, StaticInit); in EmitSections() 5614 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeLoop() local 5619 StaticInit); in EmitOMPDistributeLoop()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2047 FunctionCallee StaticInit = getKmpcForStaticInitForType(IVTy, M, *this); in applyStaticWorkshareLoop() local 2078 Builder.CreateCall(StaticInit, in applyStaticWorkshareLoop() 2134 FunctionCallee StaticInit = in applyStaticChunkedWorkshareLoop() local 2172 Builder.CreateCall(StaticInit, in applyStaticChunkedWorkshareLoop()
|