Home
last modified time | relevance | path

Searched refs:FwdRef (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1486 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local
1490 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() local
2748 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
2749 FwdRef->eraseFromParent(); in ParseFunctionBody()