Searched refs:checkForAllCallSites (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 800 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable() 1864 if (!checkForAllCallSites(CallSitePred, F, /* RequireAllCallSites */ true, in checkForAllUses() 1876 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 1891 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites() 1895 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 2393 if (checkForAllCallSites( in identifyDeadInternalFunctions() 2905 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite() 3153 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
|
H A D | AttributorAttributes.cpp | 483 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates() 2736 if (!A.checkForAllCallSites(CheckForMustProgress, *this, in updateImpl() 2814 if (A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl() 3808 if (A.checkForAllCallSites( in updateImpl() 4433 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 4478 return A.checkForAllCallSites([](AbstractCallSite) { return false; }, *this, in isAssumedDeadInternalFunction() 6365 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 7206 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType() 7259 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in identifyPrivatizableType() 7309 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in updateImpl() [all …]
|
H A D | OpenMPOpt.cpp | 3035 if (A.checkForAllCallSites(PredForCallSite, *this, in handleCallees() 4813 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries() 4856 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 2306 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, 2318 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
|