|
LLVM
4.0.0
|
#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"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 |
|
static |
Definition at line 26 of file RDFCopy.cpp.
Referenced by llvm::rdf::CopyPropagation::run().
Referenced by llvm::rdf::CopyPropagation::run().
1.8.6