Searched refs:FunctionPrefixWorklist (Results 1 – 1 of 1) sorted by relevance
2776 std::vector<std::pair<Function*, unsigned> > FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2782 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2816 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2817 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2819 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2822 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2826 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()