Searched refs:GVNToConstant (Results 1 – 1 of 1) sorted by relevance
227 DenseMap<unsigned, Constant *> &GVNToConstant) { in constantMatches() argument240 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()294 DenseMap<unsigned, Constant *> &GVNToConstant, in collectRegionsConstants() argument320 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()331 if (GVNToConstant.find(GVN) != GVNToConstant.end()) in collectRegionsConstants()342 DenseMap<unsigned, Constant *> GVNToConstant; in findSameConstants() local345 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()