Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h717 virtual void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc);
DCGStmtOpenMP.cpp1758 RT.emitForStaticFinish(*this, S.getLocEnd()); in EmitOMPOuterLoop()
2063 RT.emitForStaticFinish(*this, S.getLocStart()); in EmitOMPWorksharingLoop()
2253 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getLocStart()); in EmitSections()
2718 RT.emitForStaticFinish(*this, S.getLocStart()); in EmitOMPDistributeLoop()
DCGOpenMPRuntime.cpp2561 void CGOpenMPRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPRuntime
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1208 virtual void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
2094 void emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc,
DCGStmtOpenMP.cpp2517 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPOuterLoop()
3057 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitOMPWorksharingLoop()
3510 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), in EmitSections()
4802 RT.emitForStaticFinish(*this, S.getEndLoc(), S.getDirectiveKind()); in EmitOMPDistributeLoop()
DCGOpenMPRuntime.cpp2793 void CGOpenMPRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPRuntime
12519 void CGOpenMPSIMDRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish() function in CGOpenMPSIMDRuntime