Searched refs:checkForAllCallSites (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 365 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl() 724 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImplImpl() 879 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 800 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable() 1860 if (!checkForAllCallSites(CallSitePred, F, /* RequireAllCallSites */ true, in checkForAllUses() 1872 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 1887 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites() 1891 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 2390 if (checkForAllCallSites( in identifyDeadInternalFunctions() 2901 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite() 3147 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
|
| H A D | AttributorAttributes.cpp | 482 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates() 2733 if (!A.checkForAllCallSites(CheckForMustProgress, *this, in updateImpl() 2811 if (A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl() 3805 if (A.checkForAllCallSites( in updateImpl() 4430 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 6350 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 7244 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in identifyPrivatizableType() 7294 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in updateImpl() 11440 if (!A.checkForAllCallSites(CallSitePred, *this, in updateImpl() 11820 if (!A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl() [all …]
|
| H A D | OpenMPOpt.cpp | 3036 if (A.checkForAllCallSites(PredForCallSite, *this, in handleCallees() 4812 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries() 4855 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2313 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, 2325 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
|