Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2600 llvm::Value *CpyFn,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5818 llvm::Value *CpyFn, llvm::Value *DidIt) { in createCopyPrivate() argument
5829 Value *Args[] = {Ident, ThreadId, BufSize, CpyBuf, CpyFn, DidItLD}; in createCopyPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2243 llvm::Value *CpyFn = emitCopyprivateCopyFunction( in emitSingleRegion() local
2255 CpyFn, // void (*) (void *, void *) <copy_func> in emitSingleRegion()