Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp743 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true)) in clampCallSiteArgumentStates()
2410 if (A.checkForAllCallSites( in updateImpl()
2748 if (!A.checkForAllCallSites(PredForCallSite, *this, true)) in updateImpl()
4270 if (!A.checkForAllCallSites(PredForCallSite, *this, true)) in updateImpl()
5642 bool Attributor::checkForAllCallSites( in checkForAllCallSites() function in Attributor
5656 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
5660 bool Attributor::checkForAllCallSites( in checkForAllCallSites() function in Attributor
6139 if (!checkForAllCallSites( in run()
6206 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr)) { in registerFunctionSignatureRewrite()
6388 checkForAllCallSites(CallSiteReplacementCreator, *OldFn, true, nullptr); in rewriteFunctionSignatures()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h995 bool checkForAllCallSites(const function_ref<bool(AbstractCallSite)> &Pred,
1055 bool checkForAllCallSites(const function_ref<bool(AbstractCallSite)> &Pred,