Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp516 Region &atomicRegion = decl.atomicReductionRegion(); in makeAtomicReductionGen() local
517 moduleTranslation.mapValue(atomicRegion.front().getArgument(0), lhs); in makeAtomicReductionGen()
518 moduleTranslation.mapValue(atomicRegion.front().getArgument(1), rhs); in makeAtomicReductionGen()
521 if (failed(inlineConvertOmpRegions(atomicRegion, in makeAtomicReductionGen()