Lines Matching refs:IsActive
176 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
180 IsActive, in pushCleanup()
507 llvm::Value *IsActive in EmitCleanup() local
509 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
593 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
619 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
644 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
726 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
762 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
855 assert(!IsActive); in PopCleanupBlock()
920 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()