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

Overrides

include/llvm/Transforms/IPO/Attributor.h
 1452   virtual const StateType &getState() const = 0;

Overridden By

lib/Transforms/IPO/Attributor.cpp
 2483   const StateType &getState() const override { return *this; }

References

lib/Transforms/IPO/Attributor.cpp
  557     const StateType &AAS = static_cast<const StateType &>(AA.getState());
  635     const StateType &AAS = static_cast<const StateType &>(AA.getState());
  689         S, static_cast<const typename AAType::StateType &>(AA.getState()));
  832         static_cast<const AANoUnwind::StateType &>(FnAA.getState()));
 1451         getState(), static_cast<const AANoSync::StateType &>(FnAA.getState()));
 1515         getState(), static_cast<const AANoFree::StateType &>(FnAA.getState()));
 1662             static_cast<const AANonNull::StateType &>(AA.getState());
 1797         static_cast<const AANoRecurse::StateType &>(FnAA.getState()));
 1897         static_cast<const AAWillReturn::StateType &>(FnAA.getState()));
 2089         getState(), static_cast<const AANoAlias::StateType &>(FnAA.getState()));
 2549         const DerefState &DS = static_cast<const DerefState &>(AA.getState());
 2665                getState(), static_cast<const DerefState &>(FnAA.getState()));
 2766             static_cast<const AAAlign::StateType &>(AA.getState());
 2840         getState(), static_cast<const AAAlign::StateType &>(FnAA.getState()));
 2899         static_cast<const AANoReturn::StateType &>(FnAA.getState()));
 3260         static_cast<const AANoCapture::StateType &>(ArgAA.getState()));
 3946         static_cast<const AANoCapture::StateType &>(ArgAA.getState()));
 4027         static_cast<const AAMemoryBehavior::StateType &>(FnAA.getState()));