Searched refs:checkForAllCallSites (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 324 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl() 683 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 716 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable() 1658 if (!checkForAllCallSites(CallSitePred, F, /* RequireAllCallSites */ true, in checkForAllUses() 1670 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 1685 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites() 1689 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 2210 if (checkForAllCallSites( in identifyDeadInternalFunctions() 2718 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite() 2951 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
|
H A D | AttributorAttributes.cpp | 459 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates() 2876 if (A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl() 3745 if (A.checkForAllCallSites( in updateImpl() 4399 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 4447 return A.checkForAllCallSites([](AbstractCallSite) { return false; }, *this, in isAssumedDeadInternalFunction() 6287 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 7137 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType() 7188 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in identifyPrivatizableType() 7236 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in updateImpl() 11039 if (!A.checkForAllCallSites(CallSitePred, *this, in updateImpl() [all …]
|
H A D | OpenMPOpt.cpp | 2864 if (A.checkForAllCallSites(PredForCallSite, *this, in handleEntryBB() 4525 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries() 4568 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 2133 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, 2145 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
|