Lines Matching refs:IsActive
190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
195 IsActive, in pushCleanup()
524 llvm::Value *IsActive in EmitCleanup() local
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
636 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
661 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
755 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
791 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
884 assert(!IsActive); in PopCleanupBlock()
949 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()