Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1838 Address emitLastprivateConditionalInit(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp922 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1082 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPLastprivateClauseInit()
H A DCGOpenMPRuntime.cpp12459 Address CGOpenMPRuntime::emitLastprivateConditionalInit(CodeGenFunction &CGF, in emitLastprivateConditionalInit() function in CGOpenMPRuntime