Home
last modified time | relevance | path

Searched refs:OutlinedParallelFn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h363 llvm::Function *OutlinedParallelFn, const OMPExecutableDirective &D);
H A DCGOpenMPRuntimeGPU.cpp3058 llvm::Function *OutlinedParallelFn, const OMPExecutableDirective &D) { in createParallelDataSharingWrapper() argument
3082 Twine(OutlinedParallelFn->getName(), "_wrapper"), &CGM.getModule()); in createParallelDataSharingWrapper()
3179 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args); in createParallelDataSharingWrapper()