Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp726 SmallVector<omp::ReductionDeclareOp> reductionDecls; in convertOmpWsLoop() local
727 collectReductionDecls(loop, reductionDecls); in convertOmpWsLoop()
760 if (failed(inlineConvertOmpRegions(reductionDecls[i].initializerRegion(), in convertOmpWsLoop()
861 makeReductionGen(reductionDecls[i], builder, moduleTranslation)); in convertOmpWsLoop()
863 makeAtomicReductionGen(reductionDecls[i], builder, moduleTranslation)); in convertOmpWsLoop()