Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp684 addDeclareReduction(mlir::Location currentLocation,lower::AbstractConverter & converter,const omp::clause::Reduction & reduction,llvm::SmallVectorImpl<mlir::Value> & reductionVars,llvm::SmallVectorImpl<bool> & reduceVarByRef,llvm::SmallVectorImpl<mlir::Attribute> & reductionDeclSymbols,llvm::SmallVectorImpl<const semantics::Symbol * > * reductionSymbols) addDeclareReduction() argument
H A DClauseProcessor.cpp1020 llvm::SmallVector<bool> reduceVarByRef; processReduction() local