[DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]
commitc7eaf320de33cae0abd5de646d5a19df7f64976f
authorSiddharth Bhat <siddu.druid@gmail.com>
Tue, 21 Mar 2017 11:54:08 +0000 (21 11:54 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Tue, 21 Mar 2017 11:54:08 +0000 (21 11:54 +0000)
treebeb2120ae2ee9551f91b74327957b9175e507767
parentde84e21fc1652b11ddd76c352c62390922c885cc
[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

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@298361 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DependenceInfo.cpp