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

Declarations

include/llvm/Transforms/IPO/Attributor.h
 1513 raw_ostream &operator<<(raw_ostream &OS, const AbstractState &State);

References

include/llvm/ADT/Optional.h
  421     OS << *O;
lib/Transforms/IPO/Attributor.cpp
  538                     << " into " << S << "\n");
  562     LLVM_DEBUG(dbgs() << "[Attributor] AA State: " << AAS << " RV State: " << T
  612                     << " into " << S << "\n");
  640     LLVM_DEBUG(dbgs() << "[Attributor] AA State: " << AAS << " CSA State: " << T
 4899             << static_cast<const AbstractState &>(S);
 4912   OS << "[P: " << getIRPosition() << "][" << getAsStr() << "][S: " << getState()