Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp639 Block &atomicReductionEntryBlock = atomicReductionRegion().front(); in verifyRegions() local
640 if (atomicReductionEntryBlock.getNumArguments() != 2 || in verifyRegions()
641 atomicReductionEntryBlock.getArgumentTypes()[0] != in verifyRegions()
642 atomicReductionEntryBlock.getArgumentTypes()[1]) in verifyRegions()
645 auto ptrType = atomicReductionEntryBlock.getArgumentTypes()[0] in verifyRegions()