|
LLVM
4.0.0
|
#include "llvm/CodeGen/DFAPacketizer.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBundle.h"#include "llvm/CodeGen/ScheduleDAGInstrs.h"#include "llvm/MC/MCInstrItineraries.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Support/CommandLine.h"Go to the source code of this file.
Classes | |
| class | llvm::DefaultVLIWScheduler |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "packets" |
Variables | |
| static cl::opt< unsigned > | InstrLimit ("dfa-instr-limit", cl::Hidden, cl::init(0), cl::desc("If present, stops packetizing after N instructions")) |
| static unsigned | InstrCount = 0 |
| #define DEBUG_TYPE "packets" |
Definition at line 26 of file DFAPacketizer.cpp.
|
static |
Definition at line 40 of file DFAPacketizer.cpp.
Referenced by llvm::MachineTraceMetrics::getResources(), llvm::VLIWPacketizerList::PacketizeMIs(), llvm::ILPValue::print(), llvm::TailDuplicator::shouldTailDuplicate(), and llvm::SchedDFSImpl::visitPostorderNode().
|
static |
Referenced by llvm::VLIWPacketizerList::PacketizeMIs().
1.8.6