Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsNormalCleanup

158   bool IsNormalCleanup = Kind & NormalCleanup;
162 new (Buffer) EHCleanupScope(IsNormalCleanup,
169 if (IsNormalCleanup)
269 if (cleanup.isNormalCleanup()) cleanup.setTestFlagInNormalCleanup();
392 assert(Scope.isNormalCleanup());
578 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
584 if (Scope.isNormalCleanup() &&
591 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
638 if (Scope.isNormalCleanup())
938 assert(Scope.isNormalCleanup());
1026 if (Scope.isNormalCleanup() &&