Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h1589 Address emitLastprivateConditionalInit(CodeGenFunction &CGF,
HDCGStmtOpenMP.cpp947 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1107 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPLastprivateClauseInit()
HDCGOpenMPRuntime.cpp11639 Address CGOpenMPRuntime::emitLastprivateConditionalInit(CodeGenFunction &CGF, in emitLastprivateConditionalInit() function in CGOpenMPRuntime