Searched refs:checkForAllCallSites (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 762 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 778 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites() 782 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, in checkForAllCallSites() function in Attributor 1227 if (checkForAllCallSites( in identifyDeadInternalFunctions() 1616 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr, in isValidFunctionSignatureRewrite() 1839 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn, in rewriteFunctionSignatures()
|
| H A D | AttributorAttributes.cpp | 528 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true, in clampCallSiteArgumentStates() 1858 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) { in updateImpl() 2515 if (A.checkForAllCallSites( in updateImpl() 3064 if (!A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 4736 Success = A.checkForAllCallSites(PredForCallSite, *this, true, in updateImpl() 5336 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this, in identifyPrivatizableType() 5387 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, AllCallSitesKnown)) in identifyPrivatizableType() 5558 if (!A.checkForAllCallSites(IsCompatiblePrivArgOfOtherCallSite, *this, true, in updateImpl()
|
| H A D | OpenMPOpt.cpp | 2345 if (!A.checkForAllCallSites(PredForCallSite, *this, in updateImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1537 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred, 1644 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
|