llvm-capstone/polly/lib/Analysis
Siddharth Bhat 44b6cb4e63 [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
2017-03-21 11:54:08 +00:00
..
DependenceInfo.cpp [DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC] 2017-03-21 11:54:08 +00:00
PolyhedralInfo.cpp
PruneUnprofitable.cpp
ScopBuilder.cpp Revert "Remove references to AssumptionCache. NFC." 2017-03-17 13:56:53 +00:00
ScopDetection.cpp
ScopDetectionDiagnostic.cpp
ScopGraphPrinter.cpp
ScopInfo.cpp Revert "Remove references to AssumptionCache. NFC." 2017-03-17 13:56:53 +00:00
ScopPass.cpp