Home
last modified time | relevance | path

Searched refs:FunctionsToRemove (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp782 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local
795 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()