|
LLVM 22.0.0git
|
#include "Hexagon.h"#include "HexagonInstrInfo.h"#include "HexagonSubtarget.h"#include "MCTargetDesc/HexagonBaseInfo.h"#include "RDFCopy.h"#include "RDFDeadCode.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/CodeGen/RDFGraph.h"#include "llvm/CodeGen/RDFLiveness.h"#include "llvm/CodeGen/RDFRegisters.h"#include "llvm/InitializePasses.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.
Functions | |
| 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 ("hexagon-rdf-limit", cl::init(std::numeric_limits< unsigned >::max())) |
| cl::opt< unsigned > | RDFFuncBlockLimit |
| static cl::opt< bool > | RDFDump ("hexagon-rdf-dump", cl::Hidden) |
| static cl::opt< bool > | RDFTrackReserved ("hexagon-rdf-track-reserved", cl::Hidden) |
| 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 | ) |
References INITIALIZE_PASS_DEPENDENCY.
| hexagon rdf Hexagon RDF false |
Definition at line 108 of file HexagonRDFOpt.cpp.
| hexagon rdf opt |
Definition at line 107 of file HexagonRDFOpt.cpp.
| hexagon rdf Hexagon RDF optimizations |
Definition at line 108 of file HexagonRDFOpt.cpp.
|
static |
Definition at line 42 of file HexagonRDFOpt.cpp.
|
static |