Searched refs:FunctionPrefixWorklist (Results 1 – 1 of 1) sorted by relevance
2063 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2069 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2103 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2104 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2106 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2109 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2113 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()