Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3278 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
3279 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
3280 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
3284 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3619 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
3620 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
3621 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
3625 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()