OpenASIP
2.0
|
#include <vector>
#include <queue>
#include "MoveNode.hh"
#include "Move.hh"
#include "MoveNodeGroup.hh"
Go to the source code of this file.
Classes | |
class | RLPriorityCriticalPath |
class | RLBUPriorityCriticalPath |
Typedefs | |
typedef std::priority_queue< MoveNodeGroup, std::vector< MoveNodeGroup >, RLPriorityCriticalPath > | ReadyMoveNodeGroupList |
A prioritized list for the ready-to-be-scheduled move node groups. More... | |
typedef std::priority_queue< MoveNodeGroup, std::vector< MoveNodeGroup >, RLBUPriorityCriticalPath > | ReadyMoveNodeGroupListBU |
A prioritized list for the ready-to-be-scheduled move node groups. More... | |
Declaration of ReadyMoveNodeGroupList class.
Definition in file ReadyMoveNodeGroupList.hh.
typedef std::priority_queue< MoveNodeGroup, std::vector<MoveNodeGroup>, RLPriorityCriticalPath> ReadyMoveNodeGroupList |
A prioritized list for the ready-to-be-scheduled move node groups.
Definition at line 151 of file ReadyMoveNodeGroupList.hh.
typedef std::priority_queue< MoveNodeGroup, std::vector<MoveNodeGroup>, RLBUPriorityCriticalPath> ReadyMoveNodeGroupListBU |
A prioritized list for the ready-to-be-scheduled move node groups.
Definition at line 156 of file ReadyMoveNodeGroupList.hh.