Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1772 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1782 FactorPowerSum += Count; in collectMultiplyFactors()
1789 if (FactorPowerSum < 4) in collectMultiplyFactors()
1793 FactorPowerSum = 0; in collectMultiplyFactors()
1806 FactorPowerSum += Count; in collectMultiplyFactors()
1813 assert(FactorPowerSum >= 4); in collectMultiplyFactors()