CCTLib
Calling-context and data-object attribution library for Intel Pin
MergedRedundantInfo Struct Reference

Public Member Functions

bool operator== (const MergedRedundantInfo &x) const
 
bool operator< (const MergedRedundantInfo &x) const
 

Public Attributes

uint32_t context1
 
uint32_t context2
 

Detailed Description

Definition at line 1276 of file runtime_value_numbering_client.cpp.

Member Function Documentation

◆ operator<()

bool MergedRedundantInfo::operator< ( const MergedRedundantInfo x) const
inline

Definition at line 1284 of file runtime_value_numbering_client.cpp.

References context1, and context2.

◆ operator==()

bool MergedRedundantInfo::operator== ( const MergedRedundantInfo x) const
inline

Definition at line 1280 of file runtime_value_numbering_client.cpp.

References context1, and context2.

Member Data Documentation

◆ context1

uint32_t MergedRedundantInfo::context1

Definition at line 1277 of file runtime_value_numbering_client.cpp.

Referenced by ImageUnload(), operator<(), and operator==().

◆ context2

uint32_t MergedRedundantInfo::context2

Definition at line 1278 of file runtime_value_numbering_client.cpp.

Referenced by ImageUnload(), operator<(), and operator==().


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