Searched refs:RefList (Results 1 – 1 of 1) sorted by relevance
2644 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local2645 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()2646 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()2650 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()