Searched refs:atomicReductionEntryBlock (Results 1 – 1 of 1) sorted by relevance
639 Block &atomicReductionEntryBlock = atomicReductionRegion().front(); in verifyRegions() local640 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()