LLVM  4.0.0
Public Attributes | List of all members
llvm::cflaa::ExternalRelation Struct Reference

We use ExternalRelation to describe an externally visible aliasing relations between parameters/return value of a function. More...

#include <AliasAnalysisSummary.h>

Collaboration diagram for llvm::cflaa::ExternalRelation:
[legend]

Public Attributes

InterfaceValue From
 
InterfaceValue To
 
int64_t Offset
 

Detailed Description

We use ExternalRelation to describe an externally visible aliasing relations between parameters/return value of a function.

Definition at line 151 of file AliasAnalysisSummary.h.

Member Data Documentation

InterfaceValue llvm::cflaa::ExternalRelation::From
int64_t llvm::cflaa::ExternalRelation::Offset
InterfaceValue llvm::cflaa::ExternalRelation::To

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