Searched refs:FunctionPrefixWorklist (Results 1 – 3 of 3) 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()
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()
2243 std::vector<std::pair<Function *, unsigned>> FunctionPrefixWorklist; in resolveGlobalAndIndirectSymbolInits() local2249 FunctionPrefixWorklist.swap(FunctionPrefixes); in resolveGlobalAndIndirectSymbolInits()2283 while (!FunctionPrefixWorklist.empty()) { in resolveGlobalAndIndirectSymbolInits()2284 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits()2286 FunctionPrefixes.push_back(FunctionPrefixWorklist.back()); in resolveGlobalAndIndirectSymbolInits()2289 FunctionPrefixWorklist.back().first->setPrefixData(C); in resolveGlobalAndIndirectSymbolInits()2293 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits()