[DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]
authorSiddharth Bhat <siddu.druid@gmail.com>
Tue, 21 Mar 2017 11:54:08 +0000 (11:54 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Tue, 21 Mar 2017 11:54:08 +0000 (11:54 +0000)
commit44b6cb4e63b7c1d8269df3bd5ea18a0f5cf6c95a
treef8d1eed1511fefd4caa3c0bb14499ef316c5605d
parent7937be7dd3d9c3a2f4dfc79f271185edeeefc0d8
[DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]

"Write" is an overloaded term. In collectInfo() till buildFlow(), it is
used to mean "must writes". However, within the memory based analysis,
it is used to mean "both may and must writes". Renaming the Write
variable helps clarify this difference.

Reviewers: grosser

Tags: #polly

Differential Revision: https://reviews.llvm.org/D31181

llvm-svn: 298361
polly/lib/Analysis/DependenceInfo.cpp