Enzyme main
Loading...
Searching...
No Matches
DifferentialUseAnalysis::Node Struct Reference

#include "DifferentialUseAnalysis.h"

Collaboration diagram for DifferentialUseAnalysis::Node:

Public Member Functions

 Node (llvm::Value *V, bool outgoing)
 
bool operator< (const Node N) const
 
void dump ()
 

Public Attributes

llvm::Value * V
 
bool outgoing
 

Detailed Description

Definition at line 480 of file DifferentialUseAnalysis.h.

Constructor & Destructor Documentation

◆ Node()

DifferentialUseAnalysis::Node::Node ( llvm::Value * V,
bool outgoing )
inline

Definition at line 483 of file DifferentialUseAnalysis.h.

Member Function Documentation

◆ dump()

void DifferentialUseAnalysis::Node::dump ( )
inline

Definition at line 489 of file DifferentialUseAnalysis.h.

References outgoing, and V.

◆ operator<()

bool DifferentialUseAnalysis::Node::operator< ( const Node N) const
inline

Definition at line 484 of file DifferentialUseAnalysis.h.

References outgoing, and V.

Member Data Documentation

◆ outgoing

bool DifferentialUseAnalysis::Node::outgoing

Definition at line 482 of file DifferentialUseAnalysis.h.

Referenced by dump(), and operator<().

◆ V

llvm::Value* DifferentialUseAnalysis::Node::V

Definition at line 481 of file DifferentialUseAnalysis.h.

Referenced by dump(), and operator<().


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