Home
last modified time | relevance | path

Searched defs:reductionSyms (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp1061 genParallelClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,lower::StatementContext & stmtCtx,const List<Clause> & clauses,mlir::Location loc,mlir::omp::ParallelClauseOps & clauseOps,llvm::SmallVectorImpl<mlir::Type> & reductionTypes,llvm::SmallVectorImpl<const semantics::Symbol * > & reductionSyms) genParallelClauses() argument
1259 genWsloopClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,lower::StatementContext & stmtCtx,const List<Clause> & clauses,mlir::Location loc,mlir::omp::WsloopClauseOps & clauseOps,llvm::SmallVectorImpl<mlir::Type> & reductionTypes,llvm::SmallVectorImpl<const semantics::Symbol * > & reductionSyms) genWsloopClauses() argument
1418 llvm::SmallVector<const semantics::Symbol *> reductionSyms; genParallelOp() local
1907 llvm::SmallVector<const semantics::Symbol *> reductionSyms; genWsloopOp() local
[all...]
H A DClauseProcessor.cpp1022 llvm::SmallVector<const semantics::Symbol *> reductionSyms; processReduction() local