Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2040 std::vector<std::pair<Function *, unsigned>> FunctionPrologueWorklist; in resolveGlobalAndIndirectSymbolInits() local
2046 FunctionPrologueWorklist.swap(FunctionPrologues); in resolveGlobalAndIndirectSymbolInits()
2092 while (!FunctionPrologueWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()
2093 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()
2095 FunctionPrologues.push_back(FunctionPrologueWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2098 FunctionPrologueWorklist.back().first->setPrologueData(C); in resolveGlobalAndIndirectSymbolInits()
2102 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()