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

Derived Classes

include/llvm/Transforms/IPO/Attributor.h
 1074 struct IntegerStateBase : public AbstractState {
 1766 struct DerefState : AbstractState {
lib/Transforms/IPO/Attributor.cpp
  846 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState {

References

include/llvm/Transforms/IPO/Attributor.h
 1074 struct IntegerStateBase : public AbstractState {
 1337   const AbstractState &getState() const override { return *this; }
 1435   using StateType = AbstractState;
 1513 raw_ostream &operator<<(raw_ostream &OS, const AbstractState &State);
 1766 struct DerefState : AbstractState {
lib/Transforms/IPO/Attributor.cpp
  846 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState {
  905   AbstractState &getState() override { return *this; }
  908   const AbstractState &getState() const override { return *this; }
 4535     AbstractState &State = ChangedAA->getState();
 4556     AbstractState &State = AA->getState();
 4902 raw_ostream &llvm::operator<<(raw_ostream &OS, const AbstractState &S) {