LLVM API Documentation

llvm::NodeDelayPair Struct Reference

#include <SchedPriorities.h>

Collaboration diagram for llvm::NodeDelayPair:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NodeDelayPair (const SchedGraphNode *n, CycleCount_t d)
bool operator< (const NodeDelayPair &np)

Public Attributes

const SchedGraphNodenode
CycleCount_t delay

Detailed Description

Definition at line 62 of file SchedPriorities.h.


Constructor & Destructor Documentation

llvm::NodeDelayPair::NodeDelayPair ( const SchedGraphNode n,
CycleCount_t  d 
) [inline]

Definition at line 65 of file SchedPriorities.h.


Member Function Documentation

bool llvm::NodeDelayPair::operator< ( const NodeDelayPair np  )  [inline]

Definition at line 66 of file SchedPriorities.h.

References delay.


Member Data Documentation

CycleCount_t llvm::NodeDelayPair::delay

Definition at line 64 of file SchedPriorities.h.

Referenced by llvm::NDPLessThan(), operator<(), and llvm::operator<<().

const SchedGraphNode* llvm::NodeDelayPair::node

Definition at line 63 of file SchedPriorities.h.

Referenced by llvm::operator<<().


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