Searched defs:CapturedVars (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1554 llvm::SmallVector<llvm::Value *, 16> CapturedVars; local
306 GenerateOpenMPCapturedVars( const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars) argument
2744 emitDistributeParallelForDistributeInnerBoundParams( CodeGenFunction &CGF, const OMPExecutableDirective &S, llvm::SmallVectorImpl<llvm::Value *> &CapturedVars) argument
5511 llvm::SmallVector<llvm::Value *, 16> CapturedVars; local
[all...]
H A DCGOpenMPRuntime.cpp9260 llvm::SmallVector<llvm::Value *, 16> CapturedVars; local
2031 emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::Function *OutlinedFn, ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) argument
10025 emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D, SourceLocation Loc, llvm::Function *OutlinedFn, ArrayRef<llvm::Value *> CapturedVars) argument
[all...]

Completed in 102 milliseconds