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