Searched refs:ScaledReductionMap (Results 1 – 2 of 2) sorted by relevance
85 DenseMap<const Instruction *, unsigned> ScaledReductionMap; variable159 auto It = ScaledReductionMap.find(ExitInst); in getScalingForReduction()160 return It == ScaledReductionMap.end() ? std::nullopt in getScalingForReduction()
8074 ScaledReductionMap.try_emplace(Chain.Reduction, Pair.second); in collectScaledReductions()