Lines Matching defs:Checks
379 SmallVector<RuntimePointerCheck, 4> Checks;
388 Checks.push_back(std::make_pair(&CGI, &CGJ));
392 return Checks;
397 assert(Checks.empty() && "Checks is not empty");
399 Checks = generateChecks();
615 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks,
618 for (const auto &[Check1, Check2] : Checks) {
636 printChecks(OS, Checks, Depth);
653 /// Checks whether run time pointer checks are needed and builds sets for data