Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1776 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1786 FactorPowerSum += Count; in collectMultiplyFactors()
1793 if (FactorPowerSum < 4) in collectMultiplyFactors()
1797 FactorPowerSum = 0; in collectMultiplyFactors()
1810 FactorPowerSum += Count; in collectMultiplyFactors()
1817 assert(FactorPowerSum >= 4); in collectMultiplyFactors()