Home | History | Annotate | Download | only in Reader

Lines Matching defs:FwdRef

1599         GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
1603 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef));
1604 V = FwdRef;
3163 GlobalVariable *FwdRef = RefList[i].second;
3164 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
3165 FwdRef->eraseFromParent();