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 a25d56a commit 3da0e6aCopy full SHA for 3da0e6a
lib/SILOptimizer/Transforms/SILMem2Reg.cpp
@@ -221,6 +221,7 @@ class LiveValues {
221
return guaranteed.stored;
222
}
223
224
+ /// Whether it's possible and appropriate to end the lifetime.
225
bool canEndLexicalLifetime() {
226
if (auto *owned = storage.dyn_cast<Owned>()) {
227
return owned->canEndLexicalLifetime();
0 commit comments