Searched refs:FunctionsToRemove (Results 1 – 1 of 1) sorted by relevance
561 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local574 FunctionsToRemove.push_back(CGN); in removeDeadFunctions()619 if (FunctionsToRemove.empty()) in removeDeadFunctions()629 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()630 FunctionsToRemove.erase( in removeDeadFunctions()631 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions()632 FunctionsToRemove.end()); in removeDeadFunctions()633 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()