mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #19445 from gottesmm/ownership-kind-set-classifer
[ownership] Extract out from SILOwnershipVerifier the OperandOwnershi…
This commit is contained in:
@@ -246,8 +246,8 @@ public:
|
||||
/// In this case, if \p mode is AllowToModifyCFG, those critical edges are
|
||||
/// split, otherwise nothing is done and the returned \p Fr is not valid.
|
||||
///
|
||||
/// If \p DEBlocks is provided, all dead-end blocks are ignored. This prevents
|
||||
/// unreachable-blocks to be included in the frontier.
|
||||
/// If \p deadEndBlocks is provided, all dead-end blocks are ignored. This
|
||||
/// prevents unreachable-blocks to be included in the frontier.
|
||||
bool computeFrontier(Frontier &Fr, Mode mode,
|
||||
DeadEndBlocks *DEBlocks = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user