We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c23901 commit 3b737caCopy full SHA for 3b737ca
include/swift/SIL/OwnershipLiveness.h
@@ -241,6 +241,11 @@ class InteriorLiveness : public OSSALiveness {
241
void compute(const DominanceInfo *domInfo,
242
InnerScopeHandlerRef handleInnerScope = InnerScopeHandlerRef());
243
244
+ /// Compute the boundary from the blocks discovered during liveness analysis.
245
+ void computeBoundary(PrunedLivenessBoundary &boundary) const {
246
+ liveness.computeBoundary(boundary);
247
+ }
248
+
249
AddressUseKind getAddressUseKind() const { return addressUseKind; }
250
251
ArrayRef<SILValue> getUnenclosedPhis() const { return unenclosedPhis; }
0 commit comments