Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp625 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local
638 FunctionsToRemove.push_back(CGN); in removeDeadFunctions()
683 if (FunctionsToRemove.empty()) in removeDeadFunctions()
693 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()
694 FunctionsToRemove.erase( in removeDeadFunctions()
695 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions()
696 FunctionsToRemove.end()); in removeDeadFunctions()
697 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()