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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2889 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; local
2890 for (unsigned i = 0, e = RefList.size(); i != e; ++i) {
2891 unsigned BlockIdx = RefList[i].first;
2895 GlobalVariable *FwdRef = RefList[i].second;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3227 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; local
3228 for (unsigned i = 0, e = RefList.size(); i != e; ++i) {
3229 unsigned BlockIdx = RefList[i].first;
3233 GlobalVariable *FwdRef = RefList[i].second;

Completed in 33 milliseconds