Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp283 if ((F.hasLocalLinkage() && !LiveFunctions.count(&F)) && in removeDeadArgumentsFromCallers()
690 LiveFunctions.insert(&F); in markLive()
713 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()
738 if (LiveFunctions.count(F)) in removeDeadStuffFromFunction()
1116 LiveFuncSet NewLiveFuncs(LiveFunctions); in propagateVirtMustcallLiveness()
1123 if (!LiveFunctions.count(CB->getParent()->getParent())) in run()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h115 LiveFuncSet LiveFunctions; variable