Searched refs:StaticInit (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3041 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPForOuterLoop() local 3045 ScheduleKind, StaticInit); in EmitOMPForOuterLoop() 3091 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeOuterLoop() local 3094 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, StaticInit); in EmitOMPDistributeOuterLoop() 3461 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPWorksharingLoop() local 3467 StaticInit); in EmitOMPWorksharingLoop() 4112 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitSections() local 4116 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, StaticInit); in EmitSections() 5766 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeLoop() local 5771 StaticInit); in EmitOMPDistributeLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4005 FunctionCallee StaticInit = getKmpcForStaticInitForType(IVTy, M, *this); in applyStaticWorkshareLoop() local 4037 Builder.CreateCall(StaticInit, in applyStaticWorkshareLoop() 4093 FunctionCallee StaticInit = in applyStaticChunkedWorkshareLoop() local 4131 Builder.CreateCall(StaticInit, in applyStaticChunkedWorkshareLoop()
|