Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2236 std::vector<std::pair<Function *, unsigned>> FunctionPrologueWorklist; in resolveGlobalAndIndirectSymbolInits() local
2242 FunctionPrologueWorklist.swap(FunctionPrologues); in resolveGlobalAndIndirectSymbolInits()
2288 while (!FunctionPrologueWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2289 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2291 FunctionPrologues.push_back(FunctionPrologueWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2294 FunctionPrologueWorklist.back().first->setPrologueData(C); in resolveGlobalAndIndirectSymbolInits()
2298 FunctionPrologueWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2777 std::vector<std::pair<Function*, unsigned> > FunctionPrologueWorklist; in resolveGlobalAndIndirectSymbolInits() local
2783 FunctionPrologueWorklist.swap(FunctionPrologues); in resolveGlobalAndIndirectSymbolInits()
2829 while (!FunctionPrologueWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2830 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2832 FunctionPrologues.push_back(FunctionPrologueWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2835 FunctionPrologueWorklist.back().first->setPrologueData(C); in resolveGlobalAndIndirectSymbolInits()
2839 FunctionPrologueWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2244 std::vector<std::pair<Function *, unsigned>> FunctionPrologueWorklist; in resolveGlobalAndIndirectSymbolInits() local
2250 FunctionPrologueWorklist.swap(FunctionPrologues); in resolveGlobalAndIndirectSymbolInits()
2296 while (!FunctionPrologueWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2297 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2299 FunctionPrologues.push_back(FunctionPrologueWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2302 FunctionPrologueWorklist.back().first->setPrologueData(C); in resolveGlobalAndIndirectSymbolInits()
2306 FunctionPrologueWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()