Merge pull request #19445 from gottesmm/ownership-kind-set-classifer

[ownership] Extract out from SILOwnershipVerifier the OperandOwnershi…
This commit is contained in:
Michael Gottesman
2018-10-02 08:03:15 -07:00
committed by GitHub
15 changed files with 1194 additions and 825 deletions

View File

@@ -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);