Lines Matching refs:IsActive
189 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
194 IsActive, in pushCleanup()
572 llvm::Value *IsActive in EmitCleanup() local
574 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
658 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
684 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
709 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
803 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
839 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
932 assert(!IsActive); in PopCleanupBlock()
1002 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()