LLVM 18.0.0git
Public Member Functions | List of all members
llvm::CaptureInfo Struct Referenceabstract

Virtual base class for providers of capture information. More...

#include "llvm/Analysis/AliasAnalysis.h"

Inheritance diagram for llvm::CaptureInfo:
Inheritance graph
[legend]

Public Member Functions

virtual ~CaptureInfo ()=0
 
virtual bool isNotCapturedBeforeOrAt (const Value *Object, const Instruction *I)=0
 

Detailed Description

Virtual base class for providers of capture information.

Definition at line 153 of file AliasAnalysis.h.

Constructor & Destructor Documentation

◆ ~CaptureInfo()

CaptureInfo::~CaptureInfo ( )
pure virtualdefault

Member Function Documentation

◆ isNotCapturedBeforeOrAt()

virtual bool llvm::CaptureInfo::isNotCapturedBeforeOrAt ( const Value Object,
const Instruction I 
)
pure virtual

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