Searched refs:FunctionsToRemove (Results 1 – 1 of 1) sorted by relevance
782 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local795 FunctionsToRemove.push_back(CGN); in removeDeadFunctions()840 if (FunctionsToRemove.empty()) in removeDeadFunctions()850 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()851 FunctionsToRemove.erase( in removeDeadFunctions()852 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions()853 FunctionsToRemove.end()); in removeDeadFunctions()854 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()