HomeSort by: relevance | last modified time | path
    Searched refs:checkForAllCallSites (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 762 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
778 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites,
782 bool Attributor::checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
1227 if (checkForAllCallSites(
1616 if (!checkForAllCallSites(CallSiteCanBeChanged, *Fn, true, nullptr,
1839 bool Success = checkForAllCallSites(CallSiteReplacementCreator, *OldFn,
AttributorAttributes.cpp 528 if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true,
1858 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) {
2515 if (A.checkForAllCallSites(
3064 if (!A.checkForAllCallSites(PredForCallSite, *this, true,
4736 Success = A.checkForAllCallSites(PredForCallSite, *this, true,
5336 A.checkForAllCallSites([](AbstractCallSite ACS) { return true; }, *this,
5387 if (!A.checkForAllCallSites(CallSiteCheck, *this, true, AllCallSitesKnown))
5558 if (!A.checkForAllCallSites(IsCompatiblePrivArgOfOtherCallSite, *this, true,
OpenMPOpt.cpp 2345 if (!A.checkForAllCallSites(PredForCallSite, *this,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1537 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
1644 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,

Completed in 24 milliseconds