Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp419 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
840 if (!A.checkForAllCallSites(CheckCallSite, *this, in updateImplImpl()
1045 if (!A.checkForAllCallSites(CheckCallSite, *this, in updateImpl()
1162 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp801 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable()
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
2385 if (checkForAllCallSites( in identifyDeadInternalFunctions()
2894 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite()
3132 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
H A DAttributorAttributes.cpp484 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates()
2778 if (!A.checkForAllCallSites(CheckForMustProgress, *this, in updateImpl()
2856 if (A.checkForAllCallSites(CallSitePred, *this, true, in updateImpl()
3850 if (A.checkForAllCallSites( in updateImpl()
4467 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
4512 return A.checkForAllCallSites([](AbstractCallSite) { return false; }, *this, in isAssumedDeadInternalFunction()
6426 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
7267 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType()
7320 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in identifyPrivatizableType()
7370 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, in updateImpl()
[all …]
H A DOpenMPOpt.cpp3038 if (A.checkForAllCallSites(PredForCallSite, *this, in handleCallees()
4815 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries()
4858 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2349 LLVM_ABI bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
2361 LLVM_ABI bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,