Searched refs:LiveFunctions (Results 1 – 2 of 2) sorted by relevance
282 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()
115 LiveFuncSet LiveFunctions; variable