Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsActive

131     if (cleanup.isActive()) return si;
142 if (cleanup && !cleanup->isActive()) {
160 bool IsActive = !(Kind & InactiveCleanup);
164 IsActive,
453 llvm::Value *IsActive
455 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
542 bool IsActive = Scope.isActive();
566 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
591 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
676 assert(!IsActive && "source without fallthrough for active cleanup");
712 assert(!BranchThroughDest || !IsActive);
796 assert(!IsActive);
842 if (EHActiveFlag || IsActive) {
1044 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive");
1070 assert(!Scope.isActive() && "double activation");
1082 assert(Scope.isActive() && "double deactivation");