LLVM 19.0.0git
Variables
RDFCopy.cpp File Reference
#include "RDFCopy.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/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

static cl::opt< unsignedCpLimit ("rdf-cp-limit", cl::init(0), cl::Hidden)
 
static unsigned CpCount = 0
 

Variable Documentation

◆ CpCount

unsigned CpCount = 0
static

Definition at line 37 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