Searched refs:reductionEntryBlock (Results 1 – 1 of 1) sorted by relevance
622 Block &reductionEntryBlock = reductionRegion().front(); in verifyRegions() local623 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()