Searched refs:LiveFunctions (Results 1 – 2 of 2) sorted by relevance
282 if ((F.hasLocalLinkage() && !LiveFunctions.count(&F)) && in removeDeadArgumentsFromCallers()691 LiveFunctions.insert(&F); in markLive()714 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()739 if (LiveFunctions.count(F)) in removeDeadStuffFromFunction()1104 LiveFuncSet NewLiveFuncs(LiveFunctions); in propagateVirtMustcallLiveness()1111 if (!LiveFunctions.count(CB->getParent()->getParent())) in propagateVirtMustcallLiveness()
115 LiveFuncSet LiveFunctions; variable