Searched refs:FunctionPrefixWorklist (Results 1 – 2 of 2) sorted by relevance
2039 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2045 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2079 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2080 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2082 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2085 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2089 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()
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()