Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1836 Address emitLastprivateConditionalInit(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp921 CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1092 CGM.getOpenMPRuntime().emitLastprivateConditionalInit(*this, in EmitOMPLastprivateClauseInit()
H A DCGOpenMPRuntime.cpp12445 Address CGOpenMPRuntime::emitLastprivateConditionalInit(CodeGenFunction &CGF, in emitLastprivateConditionalInit() function in CGOpenMPRuntime