Searched refs:supportedReductions (Results 1 – 2 of 2) sorted by relevance
46 AffineForOp forOp, SmallVectorImpl<LoopReduction> &supportedReductions);
81 AffineForOp forOp, SmallVectorImpl<LoopReduction> &supportedReductions) { in getSupportedReductions() argument85 supportedReductions.reserve(numIterArgs); in getSupportedReductions()89 supportedReductions.emplace_back(LoopReduction{kind, i, value}); in getSupportedReductions()