LLVM API Documentation
A struct of the data needed to visit a particular use. More...
#include <PtrUseVisitor.h>
Public Types | |
typedef PointerIntPair< Use *, 1, bool > | UseAndIsOffsetKnownPair |
Public Attributes | |
UseAndIsOffsetKnownPair | UseAndIsOffsetKnown |
APInt | Offset |
A struct of the data needed to visit a particular use.
This is used to maintain a worklist fo to-visit uses. This is used to make the visit be iterative rather than recursive.
Definition at line 117 of file PtrUseVisitor.h.
typedef PointerIntPair<Use *, 1, bool> llvm::detail::PtrUseVisitorBase::UseToVisit::UseAndIsOffsetKnownPair |
Definition at line 118 of file PtrUseVisitor.h.
Definition at line 120 of file PtrUseVisitor.h.
Referenced by llvm::PtrUseVisitor< SliceBuilder >::visitPtr().
Definition at line 119 of file PtrUseVisitor.h.
Referenced by llvm::PtrUseVisitor< SliceBuilder >::visitPtr().