|
LLVM 23.0.0git
|
A helper containing a list of offsets computed for a Use. More...
#include "llvm/Transforms/IPO/Attributor.h"
Public Types | |
| using | VecTy = SmallSet<int64_t, 4> |
| using | const_iterator = VecTy::const_iterator |
Public Member Functions | |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | operator== (const OffsetInfo &RHS) const |
| bool | operator!= (const OffsetInfo &RHS) const |
| bool | insert (int64_t Offset) |
| bool | isUnassigned () const |
| bool | isUnknown () const |
| void | setUnknown () |
| void | addToAll (int64_t Inc) |
| bool | merge (const OffsetInfo &R) |
Copy offsets from R into the current list. | |
Public Attributes | |
| VecTy | Offsets |
A helper containing a list of offsets computed for a Use.
Ideally this list should be strictly ascending, but we ensure that only when we actually translate the list of offsets to a RangeList.
Definition at line 5828 of file Attributor.h.
Definition at line 5830 of file Attributor.h.
| using llvm::AAPointerInfo::OffsetInfo::VecTy = SmallSet<int64_t, 4> |
Definition at line 5829 of file Attributor.h.
|
inline |
Definition at line 5858 of file Attributor.h.
References llvm::SmallSet< T, N, C >::insert(), llvm::Offset, and Offsets.
|
inline |
Definition at line 5833 of file Attributor.h.
References Offsets.
|
inline |
Definition at line 5834 of file Attributor.h.
References Offsets.
|
inline |
Definition at line 5842 of file Attributor.h.
References llvm::Offset, and Offsets.
|
inline |
|
inline |
Definition at line 5845 of file Attributor.h.
References isUnassigned(), Offsets, and llvm::AA::RangeTy::Unknown.
|
inline |
Copy offsets from R into the current list.
Ideally all lists should be strictly ascending, but we defer that to the actual use of the list. So we just blindly append here.
Definition at line 5869 of file Attributor.h.
References Offsets, and llvm::set_union().
|
inline |
Definition at line 5840 of file Attributor.h.
References RHS.
|
inline |
Definition at line 5836 of file Attributor.h.
|
inline |
Definition at line 5853 of file Attributor.h.
References Offsets, and llvm::AA::RangeTy::Unknown.
| VecTy llvm::AAPointerInfo::OffsetInfo::Offsets |
Definition at line 5831 of file Attributor.h.
Referenced by addToAll(), begin(), end(), insert(), isUnassigned(), isUnknown(), merge(), operator==(), and setUnknown().