Lines Matching defs:GVNToConstant
458 /// \param GVNToConstant - The mapping of global value number to Constants.
464 DenseMap<unsigned, Constant *> &GVNToConstant) {
475 // If we have a constant, try to make a new entry in the GVNToConstant.
477 GVNToConstant.insert(std::make_pair(GVN, CST));
543 /// \param GVNToConstant - The mapping of global value number to Constants.
550 DenseMap<unsigned, Constant *> &GVNToConstant,
577 constantMatches(V, GVN, GVNToConstant);
588 if (GVNToConstant.contains(GVN))
599 DenseMap<unsigned, Constant *> GVNToConstant;
602 collectRegionsConstants(*Region, GVNToConstant, NotSame);