Lines Matching defs:GVEntry
1228 const GlobalValue *&GVEntry = LinkedGlobalsMap[std::make_pair(
1233 if (!GVEntry) {
1234 GVEntry = &GV;
1239 if (GVEntry->hasExternalLinkage())
1244 if (GV.hasExternalLinkage() || GVEntry->hasExternalWeakLinkage())
1245 GVEntry = &GV;
1255 if (const GlobalValue *GVEntry = LinkedGlobalsMap[std::make_pair(
1258 if (GVEntry != &GV) {
1297 if (const GlobalValue *GVEntry = LinkedGlobalsMap[std::make_pair(
1299 if (GVEntry != &GV) // Not the canonical variable.