Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDInliner.cpp632 SmallVector<CallGraphNode *, 16> DeadFunctionsInComdats; in removeDeadFunctions() local
676 DeadFunctionsInComdats.push_back(CGN); in removeDeadFunctions()
683 if (!DeadFunctionsInComdats.empty()) { in removeDeadFunctions()
699 for (CallGraphNode *CGN : DeadFunctionsInComdats) { in removeDeadFunctions()