Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
5712 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeLoop() local
5717 StaticInit); in EmitOMPDistributeLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2466 FunctionCallee StaticInit = getKmpcForStaticInitForType(IVTy, M, *this); in applyStaticWorkshareLoop() local
2497 Builder.CreateCall(StaticInit, in applyStaticWorkshareLoop()
2553 FunctionCallee StaticInit = in applyStaticChunkedWorkshareLoop() local
2591 Builder.CreateCall(StaticInit, in applyStaticChunkedWorkshareLoop()