Home
last modified time | relevance | path

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

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