Searched refs:CpLimit (Results 1 – 1 of 1) sorted by relevance
25 static cl::opt<unsigned> CpLimit("rdf-cp-limit", cl::init(0), cl::Hidden); variable168 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()173 if (HasLimit && CpCount >= CpLimit) in run()229 if (HasLimit && CpCount >= CpLimit) in run()