Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3286 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
3287 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
3288 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
3292 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3631 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
3632 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
3633 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
3637 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()