Searched refs:PartialReductionChain (Results 1 – 2 of 2) sorted by relevance
30 struct PartialReductionChain { struct31 PartialReductionChain(Instruction *Reduction, Instruction *ExtendA, in PartialReductionChain() function144 SmallVectorImpl<std::pair<PartialReductionChain, unsigned>> &Chains);
8045 SmallVector<std::pair<PartialReductionChain, unsigned>> in collectScaledReductions()8071 PartialReductionChain Chain = Pair.first; in collectScaledReductions()8080 SmallVectorImpl<std::pair<PartialReductionChain, unsigned>> &Chains) { in getScaledReductions() argument8166 PartialReductionChain Chain(RdxExitInstr, Exts[0], Exts[1], ExtendUser); in getScaledReductions()