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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2809 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; local
2810 for (unsigned i = 0, e = RefList.size(); i != e; ++i) {
2811 unsigned BlockIdx = RefList[i].first;
2815 GlobalVariable *FwdRef = RefList[i].second;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3185 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; local
3186 for (unsigned i = 0, e = RefList.size(); i != e; ++i) {
3187 unsigned BlockIdx = RefList[i].first;
3191 GlobalVariable *FwdRef = RefList[i].second;

Completed in 56 milliseconds