Home
last modified time | relevance | path

Searched refs:checkForAllCallSites (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp318 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
660 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp626 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable()
1426 if (!checkForAllCallSites(CallSitePred, F, /* RequireAllCallSites */ true, in checkForAllUses()
1438 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor
1453 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
1457 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor
1957 if (checkForAllCallSites( in identifyDeadInternalFunctions()
2461 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite()
2694 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
H A DAttributorAttributes.cpp489 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates()
2452 if (A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl()
3105 if (A.checkForAllCallSites( in updateImpl()
3711 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
5582 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
6424 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType()
6475 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in identifyPrivatizableType()
6523 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in updateImpl()
6650 if (!A.checkForAllCallSites(IsCompatiblePrivArgOfOtherCallSite, *this, true, in updateImpl()
10392 if (!A.checkForAllCallSites(CallSitePred, *this, in updateImpl()
[all …]
H A DOpenMPOpt.cpp2818 if (!A.checkForAllCallSites(PredForCallSite, *this, in updateImpl()
4135 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries()
4178 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1958 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
1970 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,