Searched refs:FwdRef (Results 1 – 2 of 2) sorted by relevance
1458 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local1462 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()1463 V = FwdRef; in ParseConstants()2650 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local2651 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()2652 FwdRef->eraseFromParent(); in ParseFunctionBody()
2037 GlobalVariable *FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), in ParseValID() local2040 ForwardRefBlockAddresses[Fn].push_back(std::make_pair(Label, FwdRef)); in ParseValID()2041 ID.ConstantVal = FwdRef; in ParseValID()