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

Overrides

include/llvm/Transforms/IPO/Attributor.h
 1334   StateType &getState() override { return *this; }
 1451   virtual StateType &getState() = 0;

References

lib/Transforms/IPO/Attributor.cpp
  601     return clampStateAndIndicateChange<StateType>(this->getState(), S);
  663     return clampStateAndIndicateChange<StateType>(this->getState(), S);
  679     auto &S = this->getState();
  720     auto BeforeState = this->getState();
  721     auto &S = this->getState();
 2588     return Change | clampStateAndIndicateChange(getState(), T);
 2665                getState(), static_cast<const DerefState &>(FnAA.getState()));