Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDReassociate.cpp1742 unsigned FactorPowerSum = 0; in collectMultiplyFactors() local
1752 FactorPowerSum += Count; in collectMultiplyFactors()
1759 if (FactorPowerSum < 4) in collectMultiplyFactors()
1763 FactorPowerSum = 0; in collectMultiplyFactors()
1776 FactorPowerSum += Count; in collectMultiplyFactors()
1783 assert(FactorPowerSum >= 4); in collectMultiplyFactors()