Searched refs:FunctionPrefixWorklist (Results 1 – 1 of 1) sorted by relevance
2235 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2241 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()