Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp281 auto IsUserDead = [&](GlobalObject *GO) { in filterDeadComdatFunctions() local
285 if (all_of(C->getUsers(), IsUserDead)) in filterDeadComdatFunctions()