Home
last modified time | relevance | path

Searched refs:FactorPowerSum (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1788 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1798 FactorPowerSum += Count; in collectMultiplyFactors()
1805 if (FactorPowerSum < 4) in collectMultiplyFactors()
1809 FactorPowerSum = 0; in collectMultiplyFactors()
1822 FactorPowerSum += Count; in collectMultiplyFactors()
1829 assert(FactorPowerSum >= 4); in collectMultiplyFactors()