Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1721 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1731 FactorPowerSum += Count; in collectMultiplyFactors()
1738 if (FactorPowerSum < 4) in collectMultiplyFactors()
1742 FactorPowerSum = 0; in collectMultiplyFactors()
1755 FactorPowerSum += Count; in collectMultiplyFactors()
1762 assert(FactorPowerSum >= 4); in collectMultiplyFactors()