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

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp579 SmallVector<CallGraphNode*, 16> FunctionsToRemove; local
582 // from the program. Insert the dead ones in the FunctionsToRemove set.
613 FunctionsToRemove.push_back(CGN);
615 if (FunctionsToRemove.empty())
625 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end());
626 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(),
627 FunctionsToRemove.end()),
628 FunctionsToRemove
[all...]

Completed in 29 milliseconds