Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1216 virtual void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
2113 void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp2694 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPOuterLoop()
3234 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPWorksharingLoop()
3757 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitSections()
5224 RT.emitForStaticFinish(*this, S.getEndLoc(), S.getDirectiveKind()); in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp2846 void CGOpenMPRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPRuntime
12697 void CGOpenMPSIMDRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPSIMDRuntime