Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1241 virtual void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
2133 void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp2721 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPOuterLoop()
3260 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPWorksharingLoop()
3783 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitSections()
5250 RT.emitForStaticFinish(*this, S.getEndLoc(), S.getDirectiveKind()); in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp2851 void CGOpenMPRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPRuntime
12858 void CGOpenMPSIMDRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPSIMDRuntime