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

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