Lines Matching defs:EagerChecks
566 Recover(Options.Recover), EagerChecks(Options.EagerChecks) {
602 bool EagerChecks;
726 bool EagerChecks)
730 EagerChecks(getOptOrDefault(ClEagerChecks, EagerChecks)) {}
772 if (Options.EagerChecks)
2055 (MS.EagerChecks && FArg.hasAttribute(Attribute::NoUndef))) {
4889 bool MayCheckCall = MS.EagerChecks;
5060 bool StoreShadow = !(MS.EagerChecks && HasNoUndef);
5063 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main");