Lines Matching defs:ValueMap
393 /// in DstM. ValueToValueMapTy is a ValueMap, which involves some overhead
396 ValueToValueMapTy ValueMap;
531 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals,
535 ValueMap.getMDMap() = std::move(SharedMDs);
541 ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); }
627 // ValueMap but the value is different, it means that the value already had a
630 if ((ForIndirectSymbol && ValueMap.lookup(SGV) == New) ||
1017 auto I = ValueMap.find(SGV);
1018 if (I != ValueMap.end())
1603 if (ValueMap.find(GV) != ValueMap.end() ||