Lines Matching refs:GVal
1212 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1219 GVal = I->second.first; in parseAliasOrIFunc()
1227 GVal = I->second.first; in parseAliasOrIFunc()
1269 if (GVal) { in parseAliasOrIFunc()
1271 if (GVal->getType() != GV->getType()) in parseAliasOrIFunc()
1278 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1279 GVal->eraseFromParent(); in parseAliasOrIFunc()
1383 GlobalValue *GVal = nullptr; in parseGlobal() local
1389 GVal = I->second.first; in parseGlobal()
1402 GVal = I->second.first; in parseGlobal()
1426 if (GVal) { in parseGlobal()
1427 if (GVal->getAddressSpace() != AddrSpace) in parseGlobal()
1432 GVal->replaceAllUsesWith(GV); in parseGlobal()
1433 GVal->eraseFromParent(); in parseGlobal()