Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3122 std::vector<std::pair<GlobalValue *, unsigned>> IndirectSymbolInitWorklist; in resolveGlobalAndIndirectSymbolInits() local
3126 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
3143 while (!IndirectSymbolInitWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
3144 unsigned ValID = IndirectSymbolInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
3146 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
3152 GlobalValue *GV = IndirectSymbolInitWorklist.back().first; in resolveGlobalAndIndirectSymbolInits()
3163 IndirectSymbolInitWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()