Lines Matching defs:EagerChecks
542 Recover(Options.Recover), EagerChecks(Options.EagerChecks) {
577 bool EagerChecks;
701 bool EagerChecks)
705 EagerChecks(getOptOrDefault(ClEagerChecks, EagerChecks)) {}
744 if (Options.EagerChecks)
2029 (MS.EagerChecks && FArg.hasAttribute(Attribute::NoUndef))) {
4403 bool MayCheckCall = MS.EagerChecks;
4575 bool StoreShadow = !(MS.EagerChecks && HasNoUndef);
4578 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main");