LLVM API Documentation
#include <Graph.h>
Collaboration diagram for llvm::graphListElement:
Public Member Functions | |
graphListElement (Node *n, int w, double rand) | |
Public Attributes | |
Node * | element |
int | weight |
double | randId |
Definition at line 106 of file Graph.h.
|
|
|
Definition at line 107 of file Graph.h. Referenced by graphListElement(), and llvm::NodeListSort::operator()(). |
|
Definition at line 109 of file Graph.h. Referenced by graphListElement(). |
|
Definition at line 108 of file Graph.h. Referenced by graphListElement(), llvm::Graph::setWeight(), and llvm::valueAssignmentToEdges(). |