Searched refs:FwdRef (Results 1 – 2 of 2) sorted by relevance
1944 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local1948 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()1949 V = FwdRef; in ParseConstants()3292 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()3294 FwdRef->eraseFromParent(); in ParseFunctionBody()
2237 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local2241 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()2242 V = FwdRef; in ParseConstants()3637 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()3639 FwdRef->eraseFromParent(); in ParseFunctionBody()