|
LLVM
8.0.1
|
#include "HexagonInstrInfo.h"#include "HexagonSubtarget.h"#include "MCTargetDesc/HexagonBaseInfo.h"#include "RDFCopy.h"#include "RDFDeadCode.h"#include "RDFGraph.h"#include "RDFLiveness.h"#include "RDFRegisters.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetVector.h"#include "llvm/CodeGen/MachineDominanceFrontier.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Pass.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <limits>#include <utility>
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| void | llvm::initializeHexagonRDFOptPass (PassRegistry &) |
| FunctionPass * | llvm::createHexagonRDFOpt () |
| INITIALIZE_PASS_BEGIN (HexagonRDFOpt, "hexagon-rdf-opt", "Hexagon RDF optimizations", false, false) INITIALIZE_PASS_END(HexagonRDFOpt | |
Variables | |
| static unsigned | RDFCount = 0 |
| static cl::opt< unsigned > | RDFLimit ("rdf-limit", cl::init(std::numeric_limits< unsigned >::max())) |
| static cl::opt< bool > | RDFDump ("rdf-dump", cl::init(false)) |
| hexagon rdf | opt |
| hexagon rdf Hexagon RDF | optimizations |
| hexagon rdf Hexagon RDF | false |
| INITIALIZE_PASS_BEGIN | ( | HexagonRDFOpt | , |
| "hexagon-rdf-opt" | , | ||
| "Hexagon RDF optimizations" | , | ||
| false | , | ||
| false | |||
| ) |
| hexagon rdf Hexagon RDF false |
Definition at line 109 of file HexagonRDFOpt.cpp.
| hexagon rdf opt |
Definition at line 109 of file HexagonRDFOpt.cpp.
| hexagon rdf Hexagon RDF optimizations |
Definition at line 109 of file HexagonRDFOpt.cpp.
|
static |
Definition at line 48 of file HexagonRDFOpt.cpp.
1.8.13