Searched refs:GVNToConstant (Results 1 – 1 of 1) sorted by relevance
459 DenseMap<unsigned, Constant *> &GVNToConstant) { in constantMatches() argument472 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()545 DenseMap<unsigned, Constant *> &GVNToConstant, in collectRegionsConstants() argument571 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()582 if (GVNToConstant.find(GVN) != GVNToConstant.end()) in collectRegionsConstants()593 DenseMap<unsigned, Constant *> GVNToConstant; in findSameConstants() local596 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()