LLVM: llvm::detail::PtrUseVisitorBase::UseToVisit Struct Reference (original) (raw)

A struct of the data needed to visit a particular use. More...

#include "[llvm/Analysis/PtrUseVisitor.h](PtrUseVisitor%5F8h%5Fsource.html)"

Detailed Description

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 132 of file PtrUseVisitor.h.

Member Typedef Documentation

UseAndIsOffsetKnownPair

Member Data Documentation

Offset

APInt llvm::detail::PtrUseVisitorBase::UseToVisit::Offset

UseAndIsOffsetKnown

UseAndIsOffsetKnownPair llvm::detail::PtrUseVisitorBase::UseToVisit::UseAndIsOffsetKnown


The documentation for this struct was generated from the following file: