|
LLVM 23.0.0git
|
#include "HexagonAggressiveRDFCopy.h"#include "llvm/CodeGen/MachineDominators.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/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetOpcodes.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdint>#include <utility>Go to the source code of this file.
Variables | |
| cl::opt< unsigned > | RDFCpLimit |
| static unsigned | RDFCpCount = 0 |
|
static |
Definition at line 74 of file HexagonAggressiveRDFCopy.cpp.
Referenced by llvm::rdf::AggressiveCopyPropagation::run(), and llvm::rdf::CopyPropagation::run().
Referenced by llvm::rdf::AggressiveCopyPropagation::run(), and llvm::rdf::CopyPropagation::run().