LLVM: lib/Target/Hexagon/RDFCopy.cpp File Reference (original) (raw)
RDFCopy.cpp File Reference
#include "[RDFCopy.h](RDFCopy%5F8h%5Fsource.html)"#include "[llvm/CodeGen/MachineDominators.h](MachineDominators%5F8h%5Fsource.html)"#include "[llvm/CodeGen/MachineInstr.h](MachineInstr%5F8h%5Fsource.html)"#include "[llvm/CodeGen/MachineOperand.h](MachineOperand%5F8h%5Fsource.html)"#include "[llvm/CodeGen/RDFGraph.h](RDFGraph%5F8h%5Fsource.html)"#include "[llvm/CodeGen/RDFLiveness.h](RDFLiveness%5F8h%5Fsource.html)"#include "[llvm/CodeGen/RDFRegisters.h](RDFRegisters%5F8h%5Fsource.html)"#include "[llvm/CodeGen/TargetOpcodes.h](TargetOpcodes%5F8h%5Fsource.html)"#include "[llvm/CodeGen/TargetRegisterInfo.h](TargetRegisterInfo%5F8h%5Fsource.html)"#include "[llvm/MC/MCRegisterInfo.h](MCRegisterInfo%5F8h%5Fsource.html)"#include "[llvm/Support/CommandLine.h](CommandLine%5F8h%5Fsource.html)"#include "[llvm/Support/Debug.h](Support%5F2Debug%5F8h%5Fsource.html)"#include "[llvm/Support/ErrorHandling.h](llvm%5F2Support%5F2ErrorHandling%5F8h%5Fsource.html)"#include "[llvm/Support/raw_ostream.h](raw%5F%5Fostream%5F8h%5Fsource.html)"#include <cassert>#include <cstdint>
Go to the source code of this file.
| Variables | |
|---|---|
| static cl::opt< unsigned > | CpLimit ("rdf-cp-limit", cl::init(0), cl::Hidden) |
| static unsigned | CpCount = 0 |
Variable Documentation
◆ CpCount
| unsigned CpCount = 0 | static |
|---|
Definition at line 35 of file RDFCopy.cpp.
Referenced by llvm::rdf::CopyPropagation::run().
◆ CpLimit
| cl::opt< unsigned > CpLimit("rdf-cp-limit", cl::init(0), cl::Hidden) ( "rdf-cp-limit" , cl::init(0) , cl::Hidden ) | static |
|---|
Referenced by llvm::rdf::CopyPropagation::run().