Home
last modified time | relevance | path

Searched refs:emitForStaticFinish (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1242 virtual void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
2137 void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp2857 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPOuterLoop()
3396 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPWorksharingLoop()
4026 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitSections()
5687 RT.emitForStaticFinish(*this, S.getEndLoc(), S.getDirectiveKind()); in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp2823 void CGOpenMPRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPRuntime
12874 void CGOpenMPSIMDRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPSIMDRuntime