Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2038 IndirectSymbolInitWorklist; in resolveGlobalAndIndirectSymbolInits() local
2044 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2063 while (!IndirectSymbolInitWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2064 unsigned ValID = IndirectSymbolInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2066 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2071 GlobalIndirectSymbol *GIS = IndirectSymbolInitWorklist.back().first; in resolveGlobalAndIndirectSymbolInits()
2076 IndirectSymbolInitWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2775 IndirectSymbolInitWorklist; in resolveGlobalAndIndirectSymbolInits() local
2781 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2800 while (!IndirectSymbolInitWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2801 unsigned ValID = IndirectSymbolInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2803 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2808 GlobalIndirectSymbol *GIS = IndirectSymbolInitWorklist.back().first; in resolveGlobalAndIndirectSymbolInits()
2813 IndirectSymbolInitWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()