LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::graphListElement Struct Reference

#include <Graph.h>

Collaboration diagram for llvm::graphListElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 graphListElement (Node *n, int w, double rand)

Public Attributes

Nodeelement
int weight
double randId

Detailed Description

Definition at line 106 of file Graph.h.


Constructor & Destructor Documentation

llvm::graphListElement::graphListElement Node n,
int  w,
double  rand
[inline]
 

Definition at line 110 of file Graph.h.

References element, randId, and weight.


Member Data Documentation

Node* llvm::graphListElement::element
 

Definition at line 107 of file Graph.h.

Referenced by graphListElement(), and llvm::NodeListSort::operator()().

double llvm::graphListElement::randId
 

Definition at line 109 of file Graph.h.

Referenced by graphListElement().

int llvm::graphListElement::weight
 

Definition at line 108 of file Graph.h.

Referenced by graphListElement(), llvm::Graph::setWeight(), and llvm::valueAssignmentToEdges().


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