Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1633 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1643 FactorPowerSum += Count; in collectMultiplyFactors()
1650 if (FactorPowerSum < 4) in collectMultiplyFactors()
1654 FactorPowerSum = 0; in collectMultiplyFactors()
1667 FactorPowerSum += Count; in collectMultiplyFactors()
1674 assert(FactorPowerSum >= 4); in collectMultiplyFactors()