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