Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp288 auto IsUserDead = [&](GlobalObject *GO) { in filterDeadComdatFunctions() local
292 if (all_of(C->getUsers(), IsUserDead)) in filterDeadComdatFunctions()