Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp783 SmallVector<Function *, 16> DeadFunctionsInComdats; in removeDeadFunctions() local
825 DeadFunctionsInComdats.push_back(F); in removeDeadFunctions()
832 if (!DeadFunctionsInComdats.empty()) { in removeDeadFunctions()
834 filterDeadComdatFunctions(CG.getModule(), DeadFunctionsInComdats); in removeDeadFunctions()
836 for (Function *F : DeadFunctionsInComdats) in removeDeadFunctions()