Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h175 DenseMap<Function*, std::vector<BlockAddrRefTy> > BlockAddrFwdRefs; variable
DBitcodeReader.cpp1498 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()
2825 BlockAddrFwdRefs.find(F); in ParseFunctionBody()
2826 if (BAFRI != BlockAddrFwdRefs.end()) { in ParseFunctionBody()
2838 BlockAddrFwdRefs.erase(BAFRI); in ParseFunctionBody()