Searched refs:FunctionPrefixWorklist (Results 1 – 1 of 1) sorted by relevance
2245 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2251 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2285 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2286 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2288 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2291 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2295 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()