Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1944 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local
1948 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() local
3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3294 FwdRef->eraseFromParent(); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2237 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local
2241 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() local
3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3639 FwdRef->eraseFromParent(); in ParseFunctionBody()