Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2235 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local
2241 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()
2275 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2276 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2278 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2281 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()
2285 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2776 std::vector<std::pair<Function*, unsigned> > FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local
2782 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()
2816 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2817 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2819 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2822 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()
2826 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2243 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local
2249 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()
2283 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2284 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2286 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2289 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()
2293 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()