Searched refs:CpLimit (Results 1 – 2 of 2) sorted by relevance
37 static cl::opt<unsigned> CpLimit("rdf-cp-limit", cl::init(0), cl::Hidden); variable119 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()136 if (HasLimit && CpCount >= CpLimit) in run()193 if (HasLimit && CpCount >= CpLimit) in run()
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()