Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp732 SmallVector<llvm::Value *> privateReductionVariables; in convertOmpWsLoop() local
735 privateReductionVariables.reserve(numReductions); in convertOmpWsLoop()
744 privateReductionVariables.push_back(var); in convertOmpWsLoop()
766 builder.CreateStore(phis[0], privateReductionVariables[i]); in convertOmpWsLoop()
879 variable, privateReductionVariables[i], owningReductionGens[i], in convertOmpWsLoop()