Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2999 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 DOMPIRBuilder.cpp2136 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()