Lines Matching refs:GVal
1143 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1150 GVal = I->second.first; in parseAliasOrIFunc()
1158 GVal = I->second.first; in parseAliasOrIFunc()
1202 if (GVal) { in parseAliasOrIFunc()
1204 if (GVal->getType() != GV->getType()) in parseAliasOrIFunc()
1211 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1212 GVal->eraseFromParent(); in parseAliasOrIFunc()
1316 GlobalValue *GVal = nullptr; in parseGlobal() local
1322 GVal = I->second.first; in parseGlobal()
1330 GVal = I->second.first; in parseGlobal()
1354 if (GVal) { in parseGlobal()
1355 if (GVal->getAddressSpace() != AddrSpace) in parseGlobal()
1360 GVal->replaceAllUsesWith(GV); in parseGlobal()
1361 GVal->eraseFromParent(); in parseGlobal()