Home
last modified time | relevance | path

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

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