Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp622 Block &reductionEntryBlock = reductionRegion().front(); in verifyRegions() local
623 if (reductionEntryBlock.getNumArguments() != 2 || in verifyRegions()
624 reductionEntryBlock.getArgumentTypes()[0] != in verifyRegions()
625 reductionEntryBlock.getArgumentTypes()[1] || in verifyRegions()
626 reductionEntryBlock.getArgumentTypes()[0] != type()) in verifyRegions()