Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h989 llvm::Value *CpyFn, llvm::Value *DidIt);
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3193 llvm::Value *CpyFn, llvm::Value *DidIt) { in createCopyPrivate() argument
3204 Value *Args[] = {Ident, ThreadId, BufSize, CpyBuf, CpyFn, DidItLD}; in createCopyPrivate()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2458 llvm::Value *CpyFn = emitCopyprivateCopyFunction( in emitSingleRegion() local
2470 CpyFn, // void (*) (void *, void *) <copy_func> in emitSingleRegion()