Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsActive

131     if (cleanup.isActive()) return si;
142 if (cleanup && !cleanup->isActive()) {
160 bool IsActive = !(Kind & InactiveCleanup);
164 IsActive,
480 llvm::Value *IsActive
482 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
569 bool IsActive = Scope.isActive();
593 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
618 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
703 assert(!IsActive && "source without fallthrough for active cleanup");
739 assert(!BranchThroughDest || !IsActive);
823 assert(!IsActive);
872 if (EHActiveFlag || IsActive) {
1075 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive");
1101 assert(!Scope.isActive() && "double activation");
1113 assert(Scope.isActive() && "double deactivation");