Searched refs:GVNToConstant (Results 1 – 1 of 1) sorted by relevance
224 DenseMap<unsigned, Constant *> &GVNToConstant) { in constantMatches() argument237 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()291 DenseMap<unsigned, Constant *> &GVNToConstant, in collectRegionsConstants() argument317 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()328 if (GVNToConstant.find(GVN) != GVNToConstant.end()) in collectRegionsConstants()339 DenseMap<unsigned, Constant *> GVNToConstant; in findSameConstants() local342 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()