|
LLVM
4.0.0
|
#include "HexagonInstrInfo.h"#include "HexagonSubtarget.h"#include "RDFCopy.h"#include "RDFDeadCode.h"#include "RDFGraph.h"#include "RDFLiveness.h"#include "llvm/ADT/SetVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineDominanceFrontier.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Format.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetRegisterInfo.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::initializeHexagonRDFOptPass (PassRegistry &) |
| FunctionPass * | llvm::createHexagonRDFOpt () |
1.8.6