|
LLVM
4.0.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/ScheduleDAGMutation.h"#include <map>Go to the source code of this file.
Classes | |
| class | llvm::DFAPacketizer |
| class | llvm::VLIWPacketizerList |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DFA_MAX_RESTERMS 4 |
| #define | DFA_MAX_RESOURCES 16 |
| #define | DFA_TBLTYPE "int64_t" |
Typedefs | |
| typedef uint64_t | llvm::DFAInput |
| typedef int64_t | llvm::DFAStateInput |
| #define DFA_MAX_RESOURCES 16 |
Definition at line 65 of file DFAPacketizer.h.
Referenced by llvm::DFAPacketizer::DFAPacketizer().
| #define DFA_MAX_RESTERMS 4 |
Definition at line 64 of file DFAPacketizer.h.
Referenced by llvm::DFAPacketizer::DFAPacketizer(), and llvm::DFAPacketizer::getInsnInput().
| #define DFA_TBLTYPE "int64_t" |
Definition at line 69 of file DFAPacketizer.h.
1.8.6