Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h103 /// The \p DeadComdatFunctions container should only have pointers to
108 /// DeadComdatFunctions are those where every member of the comdat is listed
111 SmallVectorImpl<Function *> &DeadComdatFunctions);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp276 SmallVectorImpl<Function *> &DeadComdatFunctions) { in filterDeadComdatFunctions() argument
279 for (Function *F : DeadComdatFunctions) { in filterDeadComdatFunctions()
297 erase_if(DeadComdatFunctions, [&](Function *F) { in filterDeadComdatFunctions()