Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp867 SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> reductionInfos; in convertOmpWsLoop() local
868 reductionInfos.reserve(numReductions); in convertOmpWsLoop()
877 reductionInfos.push_back( in convertOmpWsLoop()
889 ompBuilder->createReductions(builder.saveIP(), allocaIP, reductionInfos, in convertOmpWsLoop()