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

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

Completed in 18 milliseconds