Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1073 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor
1089 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
1093 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor
1557 if (checkForAllCallSites( in identifyDeadInternalFunctions()
2050 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite()
2276 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
DAttributorAttributes.cpp567 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates()
2354 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) { in updateImpl()
3018 if (A.checkForAllCallSites( in updateImpl()
3602 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
5364 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl()
6341 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType()
6392 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, AllCallSitesKnown)) in identifyPrivatizableType()
6563 if (!A.checkForAllCallSites(IsCompatiblePrivArgOfOtherCallSite, *this, true, in updateImpl()
DOpenMPOpt.cpp2504 if (!A.checkForAllCallSites(PredForCallSite, *this, in updateImpl()
3408 if (!A.checkForAllCallSites(PredCallSite, *this, in updateReachingKernelEntries()
3451 if (!A.checkForAllCallSites(PredCallSite, *this, in updateParallelLevels()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp260 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h1786 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
1935 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,