reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/IPO/Attributor.h
  848   bool checkForAllCallSites(const function_ref<bool(AbstractCallSite)> &Pred,

References

lib/Transforms/IPO/Attributor.cpp
  645   if (!A.checkForAllCallSites(CallSiteCheck, QueryingAA, true))
 3410     if (!A.checkForAllCallSites(PredForCallSite, *this, true))
 4645             !checkForAllCallSites([](AbstractCallSite ACS) { return false; },