|
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 5862 of file Attributor.h.
Definition at line 5864 of file Attributor.h.
| using llvm::AAPointerInfo::OffsetInfo::VecTy = SmallSet<int64_t, 4> |
Definition at line 5863 of file Attributor.h.
|
inline |
Definition at line 5892 of file Attributor.h.
References llvm::SmallSet< T, N, C >::insert(), llvm::Offset, and Offsets.
|
inline |
Definition at line 5867 of file Attributor.h.
References Offsets.
|
inline |
Definition at line 5868 of file Attributor.h.
References Offsets.
|
inline |
Definition at line 5876 of file Attributor.h.
References llvm::Offset, and Offsets.
|
inline |
|
inline |
Definition at line 5879 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 5903 of file Attributor.h.
References Offsets, and llvm::set_union().
|
inline |
Definition at line 5874 of file Attributor.h.
References RHS.
|
inline |
Definition at line 5870 of file Attributor.h.
|
inline |
Definition at line 5887 of file Attributor.h.
References Offsets, and llvm::AA::RangeTy::Unknown.
| VecTy llvm::AAPointerInfo::OffsetInfo::Offsets |
Definition at line 5865 of file Attributor.h.
Referenced by addToAll(), begin(), end(), insert(), isUnassigned(), isUnknown(), merge(), operator==(), and setUnknown().