Home
last modified time | relevance | path

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

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