Searched refs:PotentialCallee (Results 1 – 2 of 2) sorted by relevance
265 Function *PotentialCallee = in removeFnAttrFromReachable() local267 assert(PotentialCallee); in removeFnAttrFromReachable()268 if (!isKernelLDS(PotentialCallee)) { in removeFnAttrFromReachable()270 PotentialCallee->removeFnAttr(Attr); in removeFnAttrFromReachable()
12192 auto CheckPotentialCalleeUse = [&](Function &PotentialCallee, in updateImpl()12195 *this, IRPosition::value(PotentialCallee), DepClassTy::OPTIONAL); in updateImpl()12203 for (auto *PotentialCallee : PotentialCallees) { in updateImpl() local12205 if (CheckPotentialCalleeUse(*PotentialCallee, UsedAssumedInformation)) in updateImpl()12206 AssumedCalleesNow.insert(PotentialCallee); in updateImpl()