Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h54 void StaticInit(); // Emulates static initialization (tsan invisible).
H A Dtsan_mutex.cpp154 m.StaticInit(); in TEST_F()
H A Dtsan_test_util_posix.cpp113 void UserMutex::StaticInit() { in StaticInit() function in UserMutex
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2941 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 DOMPIRBuilder.cpp2047 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()