Searched refs:FunctionPrefixWorklist (Results 1 – 1 of 1) sorted by relevance
2272 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2278 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2312 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2313 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2315 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2318 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2322 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()