LLVM API Documentation
Public Member Functions | |
DelaySlotInfo (const SchedGraphNode *_brNode, unsigned _ndelays) | |
unsigned | getNumDelays () |
const std::vector< const SchedGraphNode * > & | getDelayNodeVec () |
void | addDelayNode (const SchedGraphNode *node) |
void | recordChosenSlot (cycles_t cycle, unsigned slotNum) |
unsigned | scheduleDelayedNode (SchedulingManager &S) |
Definition at line 296 of file InstrScheduling.cpp.
|
Definition at line 306 of file InstrScheduling.cpp. |
|
Definition at line 319 of file InstrScheduling.cpp. Referenced by llvm::MarkNodeForDelaySlot(). |
|
Definition at line 315 of file InstrScheduling.cpp. |
|
Definition at line 311 of file InstrScheduling.cpp. |
|
Definition at line 324 of file InstrScheduling.cpp. Referenced by llvm::FindSlotChoices(). |
|