LLVM  4.0.0
Variables
RDFCopy.cpp File Reference
#include "RDFCopy.h"
#include "RDFGraph.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for RDFCopy.cpp:

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

unsigned CpCount = 0
static

Definition at line 26 of file RDFCopy.cpp.

Referenced by llvm::rdf::CopyPropagation::run().

cl::opt<unsigned> CpLimit("rdf-cp-limit", cl::init(0), cl::Hidden)
static