Lines Matching defs:active
277 RawAddress active = CreateTempAllocaWithoutCast(
282 setBeforeOutermostConditional(Builder.getFalse(), active, *this);
285 Builder.CreateStore(Builder.getTrue(), active);
287 return active;
291 // Set that as the active flag in the cleanup.
293 assert(!cleanup.hasActiveFlag() && "cleanup already has active flag?");
566 // If there's an active flag, load it and skip the cleanup if it's
582 // Emit the continuation block if there was an active flag.
845 assert(!IsActive && "source without fallthrough for active cleanup");
1063 // active or was used before it was deactivated.
1091 // Calculate the innermost active normal cleanup.
1095 // If we're not in an active normal cleanup scope, or if the
1096 // destination scope is within the innermost active normal cleanup
1122 // Calculate the innermost active normal cleanup.
1126 // If we're not in an active normal cleanup scope, or if the
1127 // destination scope is within the innermost active normal cleanup
1264 // active up to this point.
1291 /// Deactive a cleanup that was created in an active state.