struct PtrUseVisitorBase::UseToVisit

Declaration

struct PtrUseVisitorBase::UseToVisit { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/Analysis/PtrUseVisitor.h:130

Member Variables

public llvm::detail::PtrUseVisitorBase::UseToVisit:: UseAndIsOffsetKnownPair UseAndIsOffsetKnown
public llvm::APInt Offset