LLVM 23.0.0git
RDFCopy.cpp File Reference

Go to the source code of this file.

Variables

cl::opt< unsignedRDFCpLimit ("rdf-cp-limit", cl::init(0), cl::Hidden, cl::desc("Limit number of copy propagations in RDF-based copy propagation"))
static unsigned RDFCpCount = 0

Variable Documentation

◆ RDFCpCount

unsigned RDFCpCount = 0
static

Definition at line 38 of file RDFCopy.cpp.

◆ RDFCpLimit

cl::opt< unsigned > RDFCpLimit("rdf-cp-limit", cl::init(0), cl::Hidden, cl::desc( "Limit number of copy propagations in RDF-based copy propagation")) ( "rdf-cp-limit" ,
cl::init(0) ,
cl::Hidden ,
cl::desc( "Limit number of copy propagations in RDF-based copy propagation")  )