Home | History | Annotate | Download | only in Reader

Lines Matching refs:FwdRef

1526         GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
1530 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef));
1531 V = FwdRef;
2970 GlobalVariable *FwdRef = RefList[i].second;
2971 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
2972 FwdRef->eraseFromParent();