Searched refs:FunctionsToRemove (Results 1 – 1 of 1) sorted by relevance
565 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local578 FunctionsToRemove.push_back(CGN); in removeDeadFunctions()623 if (FunctionsToRemove.empty()) in removeDeadFunctions()633 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()634 FunctionsToRemove.erase( in removeDeadFunctions()635 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions()636 FunctionsToRemove.end()); in removeDeadFunctions()637 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()