Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp561 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local
574 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()