Lines Matching refs:FunctionsToRemove
576 SmallVector<CallGraphNode*, 16> FunctionsToRemove;
590 FunctionsToRemove.push_back(CGN);
594 // from the program. Insert the dead ones in the FunctionsToRemove set.
657 if (FunctionsToRemove.empty())
667 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end());
668 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(),
669 FunctionsToRemove.end()),
670 FunctionsToRemove.end());
671 for (CallGraphNode *CGN : FunctionsToRemove) {