Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp282 if ((F.hasLocalLinkage() && !LiveFunctions.count(&F)) && in removeDeadArgumentsFromCallers()
689 LiveFunctions.insert(&F); in markLive()
712 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()
737 if (LiveFunctions.count(F)) in removeDeadStuffFromFunction()
1103 LiveFuncSet NewLiveFuncs(LiveFunctions); in propagateVirtMustcallLiveness()
1110 if (!LiveFunctions.count(CB->getParent()->getParent())) in propagateVirtMustcallLiveness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h115 LiveFuncSet LiveFunctions; variable