LLVM API Documentation
#include <SchedPriorities.h>
Collaboration diagram for llvm::NodeDelayPair:

Public Member Functions | |
| NodeDelayPair (const SchedGraphNode *n, CycleCount_t d) | |
| bool | operator< (const NodeDelayPair &np) |
Public Attributes | |
| const SchedGraphNode * | node |
| CycleCount_t | delay |
Definition at line 62 of file SchedPriorities.h.
| llvm::NodeDelayPair::NodeDelayPair | ( | const SchedGraphNode * | n, | |
| CycleCount_t | d | |||
| ) | [inline] |
Definition at line 65 of file SchedPriorities.h.
| bool llvm::NodeDelayPair::operator< | ( | const NodeDelayPair & | np | ) | [inline] |
Definition at line 64 of file SchedPriorities.h.
Referenced by llvm::NDPLessThan(), operator<(), and llvm::operator<<().