Searched refs:FwdRef (Results 1 – 1 of 1) sorted by relevance
1486 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local1490 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()1491 V = FwdRef; in ParseConstants()2747 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local2748 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()2749 FwdRef->eraseFromParent(); in ParseFunctionBody()