LLVM 22.0.0git
RDFCopy.cpp File Reference

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 36 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